| Crates.io | aktrs |
| lib.rs | aktrs |
| version | 0.1.0-alpha.5 |
| created_at | 2020-01-09 21:01:49.906761+00 |
| updated_at | 2020-05-20 21:32:30.947297+00 |
| description | An actor model framework for Rust |
| homepage | https://github.com/rjsberry/aktrs |
| repository | https://github.com/rjsberry/aktrs |
| max_upload_size | |
| id | 196991 |
| size | 220,012 |
An actor model framework for Rust.
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.
Have an obvious, easy to use API.
Don't reinvent.