#actor

acto

light-weight Actor library for Rust

20 releases (6 breaking)

0.7.0 Jan 19, 2024
0.6.1 Jan 18, 2024
0.5.0 Nov 21, 2023
0.4.1 Oct 20, 2023
0.1.0 Feb 20, 2021

#554 in Concurrency

Download history 31/week @ 2024-01-18 13/week @ 2024-02-15 47/week @ 2024-02-22 11/week @ 2024-02-29 1/week @ 2024-03-07 12/week @ 2024-03-28 3/week @ 2024-04-04

536 downloads per month
Used in 3 crates (2 directly)

Apache-2.0 OR MIT

50KB
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–7.5MB
~37K SLoC