#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

#534 in Concurrency

Download history 1068/week @ 2024-10-24 1678/week @ 2024-10-31 1222/week @ 2024-11-07 1384/week @ 2024-11-14 1244/week @ 2024-11-21 1821/week @ 2024-11-28 1366/week @ 2024-12-05 1400/week @ 2024-12-12 688/week @ 2024-12-19 362/week @ 2024-12-26 972/week @ 2025-01-02 940/week @ 2025-01-09 724/week @ 2025-01-16 817/week @ 2025-01-23 854/week @ 2025-01-30 798/week @ 2025-02-06

3,298 downloads per month
Used in 3 crates (via swarm-discovery)

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.9–8MB
~41K SLoC