mm1-node 0.7.23

An Erlang-style actor runtime for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
// #![warn(missing_docs)]
#![warn(rust_2018_idioms)]
#![warn(unreachable_pub)]

pub mod config;
pub mod registry;
pub mod runtime;

mod actor_key;
mod init;