2 unstable releases

Uses new Rust 2024

0.2.0 Apr 26, 2025
0.1.0 Nov 24, 2022

#289 in Concurrency

Download history 7/week @ 2025-02-24 5/week @ 2025-03-03 95/week @ 2025-04-21 24/week @ 2025-04-28

119 downloads per month

0BSD license

120KB
2.5K SLoC

actm - A tiny actors framework

actm provides a minimal, but quite usable, platform for implementing the actor pattern.


actm

Tiny actors library for rust.

Supports both asynchronous (executor agnostic) and synchronous actors, and sync/async actors can be mixed within the same program.

This project is licensed under the terms of the The Zero Clause BSD License.

Contributing

See contributing.md as well as our project hub.

Dependencies

~6–18MB
~227K SLoC