ei-sys 0.1.0

Low level Rust bindings to ei, a library to communicate with distributed Erlang.
docs.rs failed to build ei-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

ei-sys

This library contains low level bindings for ei, a library to handle the Erlang external term format and to communicate with distributed Erlang nodes.

Compiling This Crate

Because this crate needs the Erlang shell to configure itself and because it statically links to libei.a, Erlang needs to be installed where is crate is compiled. Erlang is not needed at runtime.

Documentation

The official Erlang documentation on ei and ei_connect contains information on how to use this library, as well as a complete listing of the types and functions. The documentation for this crate has additional information that can be of interest to those building on top of this crate, such as the precondition to respect safely whan calling into this crate.