loqui v0.4.2
Loqui.Protocol.Codecs.Erlpack
The Erlpack codec.
This codec uses :erlang.term_to_binary
and :erlang.binary_to_term
to encode and decode data. It’s possible to represent all erlang terms
in this format, even functions.
The name used during negotiation is “erlpack”