meio 0.11.0

A compact actors framework for the async epoch in Rust & Tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# meio

Lightweight async actor framework for Rust.

- Zero-cost
- Full control
- Tiny API

This framework designed for professional use, because for
huge apps you need a full control of every aspect of the app
and you haven't be bounded by specific restrictions.

## Usage

Check tests in `lib.rs` file to see how it works.