26 releases
| 0.8.2 | May 19, 2026 |
|---|---|
| 0.8.1 |
|
| 0.8.0 | Jun 26, 2025 |
| 0.7.2 | Mar 16, 2025 |
| 0.1.0 | Feb 20, 2021 |
#397 in Concurrency
33,936 downloads per month
Used in 58 crates
(2 directly)
57KB
1K
SLoC
Runtime-agnostic actor library for Rust
Currently supports tokio for execution.
Please refer to AcTokio for example usage.
Actors combine well with sharing immutable snapshots, like futures-signals.
Acto
Minimal actor library for Rust, including opt-in parental supervision.
While it is runtime-agnostic, built-in support is only provided for Tokio (using the tokio crate
feature).
Check out the documentation for AcTokio and ActoCell for usage examples.
Dependencies
~4.5–7.5MB
~65K SLoC