Rust Implementation of Erlang Distribution Protocol.
The distribution protocol is used to communicate with distributed erlang nodes.
Documentation
Add following lines to your Cargo.toml:
Cargo.toml
toml [dependencies] erl_dist = "0.1"