acto 0.1.0

light-weight Actor library for Rust
Documentation

Light-weight actor library for Rust

Currently in early alpha stage: supports tokio for execution, currently only uses the MPSC channel (even for the SPSC API), should probably use feature flags, and still is quite slow.

Please check out the example