ei
ei
C library
ei
Library summary
routines for handling the erlang binary term format
Description
The library ei
contains macros and functions to encode and decode the erlang binary term format.
With ei
, you can convert atoms, lists, numbers and binaries to and from the binary format. This is useful when writing port programs and drivers. ei
uses a given buffer, and no dynamic memory (with the exception of ei_decode_fun()
), and is often quite fast.
It also handles C-nodes, C-programs that talks erlang distribution with erlang nodes (or other C-nodes) using the erlang distribution format. The difference between ei
and erl_interface
is that ei
uses the binary format directly when sending and receiv