meio

Crates.iomeio
lib.rsmeio
version0.97.0
sourcesrc
created_at2020-04-07 14:04:11.547697
updated_at2021-12-12 15:55:46.357069
descriptionA compact actors framework for the async epoch in Rust & Tokio
homepagehttps://github.com/rillrate/meio
repositoryhttps://github.com/rillrate/meio
max_upload_size
id227283
size109,821
overfloat (overfloat)

documentation

https://docs.rs/meio/

README

meio

Crates.io Released API docs

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"] }
Commit count: 551

cargo fmt