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.
ei
allows you to 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, no dynamic memory (except ei_decode_fun()
) and is often quite fast.
ei
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 an