JiffyEx v0.1.0 JiffyEx View Source
An Elixir module that wraps the Erlang jiffy library.
Link to this section Summary
Link to this section Functions
Link to this function
decode(value, opts \\ [])
View Source
decode(value, opts \\ [])
View Source
decode(iodata(), Keyword.t()) :: {:ok, term()} | {:error, Exception.t()}
decode(iodata(), Keyword.t()) :: {:ok, term()} | {:error, Exception.t()}
Link to this function
decode!(value, opts \\ []) View Source
Link to this function
encode(value, opts \\ [])
View Source
encode(value, opts \\ [])
View Source
encode(term(), Keyword.t()) :: {:ok, String.t()} | {:error, Exception.t()}
encode(term(), Keyword.t()) :: {:ok, String.t()} | {:error, Exception.t()}
Link to this function