Stewart

A minimalist, high-performance, and non-exclusive actor system.

Why Another Actor Library?

While many actor libraries already exist in Rust, they are usually designed for web servers. In most frameworks, CPU performance and latency are negligible compared to the cost of IO, and the framework is expected to run as a native binary. Stewart doesn't make these assumption, and can be run in 'weird' contexts.

Usage Guide

Read the stewart book for a detailed usage guide.

Crates

License

Licensed under either of

at your option.