4 releases

0.1.0-alpha.5 May 20, 2020
0.1.0-alpha.4 May 14, 2020
0.1.0-alpha.3 May 5, 2020
0.1.0-alpha.2 Feb 4, 2020
0.1.0-alpha.1 Jan 9, 2020

#1636 in Asynchronous

Apache-2.0

120KB
2.5K SLoC

aktrs [wip]

An actor model framework for Rust.

crates.io CI (Azure Pipelines) Docs (release) Docs (development)

Version

The current aktrs version is 0.1.0-alpha.5. To use it, add it to your Cargo.toml:

[dependencies]
aktrs = "0.1.0-alpha.5"

This is a preview release; the API will change in backwards-incompatible ways without warning.

Goals

  • Have an obvious, easy to use API.

  • Don't reinvent.


lib.rs:

An actor model framework for Rust. A selection of re-exports from the notify crate.

Dependencies

~6–16MB
~170K SLoC