aktrs 0.1.0-alpha.5

An actor model framework for Rust
Documentation

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.