Svalinn v0.0.4 Svalinn View Source

Link to this section Summary

Functions

Decode a token

Encode a structure or token

Link to this section Functions

Link to this function decode(token, opts \\ []) View Source
decode(map(), Keyword.t()) :: {:ok, any()} | {:error, atom()}

Decode a token.

Link to this function encode(token, opts \\ []) View Source
encode(map(), Keyword.t()) :: {:ok, any()} | {:error, atom()}

Encode a structure or token.