View Source Macfly.CaveatSet (macfly v0.2.19)
Summary
Functions
@spec decode(binary(), Macfly.Options.t()) :: {:ok, [Macfly.Caveat.t()]} | {:error, any()}
Decode a message pack encoded set of caveats.
@spec encode([Macfly.Caveat.t()]) :: binary()
Encode a set of caveats to message pack.