Registry / async / meio
library0.97.0rscratesunverified

A compact actors framework for the async epoch in Rust & Tokio

# Cargo.toml [dependencies] meio = "0.97.0"
INSTALL
IMPORT
SIG · MEIO
M
meio
asyncrustv0.97.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Actor
use meio::Actor;

Basic usage of the Meio actor framework.

use meio::Actor; fn main() { println!("Meio actor framework"); }
Debug
Known issues
gotchaRequires Tokio runtime; actors will panic if not run within a Tokio context.
fix
Ensure you have a Tokio runtime, e.g., #[tokio::main].
affects: *
Upgrade
Version history
0.97.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
28
Resources
meio — cargo add meio · libregistry