#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

#537 in Concurrency

Download history 1428/week @ 2024-08-04 2569/week @ 2024-08-11 1129/week @ 2024-08-18 854/week @ 2024-08-25 1087/week @ 2024-09-01 579/week @ 2024-09-08 465/week @ 2024-09-15 629/week @ 2024-09-22 1129/week @ 2024-09-29 677/week @ 2024-10-06 1178/week @ 2024-10-13 1129/week @ 2024-10-20 1068/week @ 2024-10-27 1728/week @ 2024-11-03 1243/week @ 2024-11-10 1160/week @ 2024-11-17

5,309 downloads per month
Used in 7 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
~37K SLoC