coerce 0.3.1-prerelease

Async actor runtime and distributed systems framework
1
2
3
4
5
6
7
8
9
10
pub mod actor;
pub mod actor_ref;
pub mod cluster;
pub mod handler;
pub mod net;
pub mod storage;
pub mod stream;
pub mod system;

pub use actor_ref::*;