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:

toml [dependencies] erl_dist = "0.1"