8 breaking releases

0.9.1 Jul 18, 2023
0.8.0 Jul 4, 2023

#269 in Concurrency

Download history 16/week @ 2024-02-26 31/week @ 2024-03-11 218/week @ 2024-03-25

250 downloads per month
Used in 4 crates

MIT/Apache

14KB
252 lines

Stewart

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

  • Minimalist: Starts from a small self-contained and thread-local actor system with minimal assumptions. Everything else is built on top, including threading!
  • High-Performance: Built around real-time rendering use cases. Fearlessly use stewart for anything!
  • Non-Exclusive: Plays nicely with other actor systems, async runtimes, web-workers, GPU pipelines, distributed frameworks, etc... Stewart doesn't limit what you can interact with.

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

  • crates.io docs.rs - A minimalist, high-performance, modular, and non-exclusive actor system.
  • stewart-mio - Mio event loop runner for stewart.

License

Licensed under either of

at your option.

Dependencies

~0.8–1.4MB
~28K SLoC