#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

#563 in Concurrency

Download history 1093/week @ 2024-09-02 546/week @ 2024-09-09 456/week @ 2024-09-16 676/week @ 2024-09-23 1093/week @ 2024-09-30 706/week @ 2024-10-07 1190/week @ 2024-10-14 1111/week @ 2024-10-21 1112/week @ 2024-10-28 1690/week @ 2024-11-04 1214/week @ 2024-11-11 1219/week @ 2024-11-18 1655/week @ 2024-11-25 1621/week @ 2024-12-02 1446/week @ 2024-12-09 1178/week @ 2024-12-16

5,936 downloads per month
Used in 8 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