aktrs

Crates.ioaktrs
lib.rsaktrs
version0.1.0-alpha.5
sourcesrc
created_at2020-01-09 21:01:49.906761
updated_at2020-05-20 21:32:30.947297
descriptionAn actor model framework for Rust
homepagehttps://github.com/rjsberry/aktrs
repositoryhttps://github.com/rjsberry/aktrs
max_upload_size
id196991
size220,012
Richard Berry (rjsberry)

documentation

https://docs.rs/aktrs

README

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.

Commit count: 0

cargo fmt