erl_dist 0.1.0

Rust Implementation of Erlang Distributed Protocol
Documentation

erl_dist

erl_dist Build Status License: MIT

Rust Implementation of Erlang Distributed Protocol.

The distribution protocol is used to communicate with distributed erlang nodes.

Documentation

Examples

Installation

Add following lines to your Cargo.toml:

[dependencies]
erl_dist = "0.1"