mm1_core/
lib.rs

1// #![warn(missing_docs)]
2#![warn(rust_2018_idioms)]
3#![warn(unreachable_pub)]
4
5pub use mm1_proto as prim;
6
7pub mod actor_exit;
8pub mod context;
9pub mod envelope;
10pub mod message;