Crates.io | meio |
lib.rs | meio |
version | 0.97.0 |
source | src |
created_at | 2020-04-07 14:04:11.547697 |
updated_at | 2021-12-12 15:55:46.357069 |
description | A compact actors framework for the async epoch in Rust & Tokio |
homepage | https://github.com/rillrate/meio |
repository | https://github.com/rillrate/meio |
max_upload_size | |
id | 227283 |
size | 109,821 |
Lightweight async actor framework for Rust.
Check tests in lib.rs
file to see how it works.
It has experimental WASM support. To activate use:
meio = { default-features = false, feautres = ["wasm"] }