# _aktrs_ _\[wip\]_
> An [actor model](https://en.wikipedia.org/wiki/actor_model) framework for Rust.
[](https://crates.io/crates/aktrs)
[](https://dev.azure.com/rjsberry/aktrs/_build?definitionId=5&_a=summary)
[](https://docs.rs/aktrs)
[](https://rjsberry.github.io/aktrs/doc/aktrs)
## 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.