Crate erlang

Source
Expand description

§Erlang External Term Format Encoding/Decoding

Provides all encoding and decoding for the Erlang External Term Format (as defined at https://erlang.org/doc/apps/erts/erl_ext_dist.html).

Structs§

Error
Error data
Float
f64 comparable data for OtpErlangTerm::OtpErlangFloat
Function
Function data for OtpErlangTerm::OtpErlangFunction
Pid
Pid data for OtpErlangTerm::OtpErlangPid
Port
Port data for OtpErlangTerm::OtpErlangPort
Reference
Reference data for OtpErlangTerm::OtpErlangReference

Enums§

ErrorKind
Error description
OtpErlangTerm
Erlang term representation

Functions§

binary_to_term
decodes the Erlang External Term Format into OtpErlangTerm
term_to_binary
encodes OtpErlangTerm into the Erlang External Term Format

Type Aliases§

Result