#actor

acto

light-weight Actor library for Rust

21 releases (6 breaking)

0.7.1 Jul 8, 2024
0.7.0 Jan 19, 2024
0.6.1 Jan 18, 2024
0.5.0 Nov 21, 2023
0.1.0 Feb 20, 2021

#502 in Concurrency

Download history 1157/week @ 2024-11-08 1376/week @ 2024-11-15 1419/week @ 2024-11-22 1720/week @ 2024-11-29 1445/week @ 2024-12-06 1258/week @ 2024-12-13 572/week @ 2024-12-20 423/week @ 2024-12-27 971/week @ 2025-01-03 935/week @ 2025-01-10 787/week @ 2025-01-17 733/week @ 2025-01-24 835/week @ 2025-01-31 839/week @ 2025-02-07 326/week @ 2025-02-14

2,117 downloads per month
Used in 9 crates (2 directly)

Apache-2.0 OR MIT

51KB
1K SLoC

This library is not yet ready to be used, its API is still evolving — you should expect breakage in patch releases.


lib.rs:

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.

Dependencies

~0.7–6.5MB
~36K SLoC