23 releases

0.7.3 Apr 6, 2025
0.7.2 Mar 16, 2025
0.7.1 Jul 8, 2024
0.7.0 Jan 19, 2024
0.1.0 Feb 20, 2021

#447 in Concurrency

Download history 353/week @ 2024-12-25 830/week @ 2025-01-01 1035/week @ 2025-01-08 687/week @ 2025-01-15 837/week @ 2025-01-22 814/week @ 2025-01-29 811/week @ 2025-02-05 697/week @ 2025-02-12 666/week @ 2025-02-19 415/week @ 2025-02-26 483/week @ 2025-03-05 698/week @ 2025-03-12 625/week @ 2025-03-19 815/week @ 2025-03-26 774/week @ 2025-04-02 355/week @ 2025-04-09

2,655 downloads per month
Used in 18 crates (2 directly)

Apache-2.0 OR MIT

51KB
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

~0.7–7MB
~36K SLoC