69 releases (45 breaking)
0.97.0 | Dec 12, 2021 |
---|---|
0.96.0 | Oct 7, 2021 |
0.95.2 | Oct 5, 2021 |
0.93.0 | Jul 28, 2021 |
0.7.0 | Apr 7, 2020 |
#50 in #actors
494 downloads per month
Used in 27 crates
(17 directly)
110KB
2.5K
SLoC
meio
Lightweight async actor framework for Rust.
Usage
Check tests in lib.rs
file to see how it works.
WASM
It has experimental WASM support. To activate use:
meio = { default-features = false, feautres = ["wasm"] }
lib.rs
:
meio
- is the lightweight asynchronous actor framework for Rust.
It extends tokio
runtime to bring actor benefits to it.
The framework is designed for business applications where developers need a flexible code base and pluggable actors.
It also has a fast runtime that calls async methods of plain structs in an isolated asynchronous task.
Dependencies
~4–13MB
~132K SLoC