mm1-core 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 actor_exit;
pub mod context;
pub mod envelope;
pub mod message;
pub mod tap;
pub mod tracing;