Crate erl_dist [] [src]

Rust Implementation of Erlang Distribution Protocol.

Distribution protocol is used to communicate with distributed erlang nodes.

Reference: 12 Distribution Protocol

Examples

Reexports

pub use epmd::EpmdClient;
pub use message::Message;
pub use handshake::Handshake;

Modules

channel

Channel implementation for sending/receiving messages between distributed Erlang nodes.

epmd

EPMD protocol implementations.

handshake

Distribution Handshake implementation.

message

Messages passed between distributed nodes.

Structs

Creation

The generation number of a distributed node.