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(iodata(), Keyword.t()) :: {:ok, term()} | {:error, Exception.t()}

Link to this function

decode!(value, opts \\ []) View Source
decode!(iodata(), Keyword.t()) :: term() | no_return()

Link to this function

encode(value, opts \\ []) View Source
encode(term(), Keyword.t()) :: {:ok, String.t()} | {:error, Exception.t()}

Link to this function

encode!(value, opts \\ []) View Source
encode!(term(), Keyword.t()) :: String.t() | no_return()