Crates.io | stewart |
lib.rs | stewart |
version | 0.9.1 |
source | src |
created_at | 2023-05-18 16:20:49.375631 |
updated_at | 2023-07-18 12:15:53.351543 |
description | A minimalist, high-performance, and non-exclusive actor system |
homepage | |
repository | https://github.com/open-mv-sandbox/stewart |
max_upload_size | |
id | 868132 |
size | 31,859 |
A minimalist, high-performance, and non-exclusive actor system.
While many actor libraries already exist in Rust, they are usually designed for web servers. In most frameworks, CPU performance and latency are negligible compared to the cost of IO, and the framework is expected to run as a native binary. Stewart doesn't make these assumption, and can be run in 'weird' contexts.
Read the stewart book for a detailed usage guide.
stewart-mio
- Mio event loop runner for stewart.Licensed under either of
at your option.