Crates.io | meslin-derive |
lib.rs | meslin-derive |
version | 0.0.3 |
source | src |
created_at | 2024-01-16 16:50:54.107434 |
updated_at | 2024-01-16 21:29:34.895882 |
description | Ergonomic messaging for Rust |
homepage | https://github.com/jvdwrf/Meslin |
repository | https://github.com/jvdwrf/Meslin |
max_upload_size | |
id | 1101789 |
size | 8,893 |
Meslin is a Rust library offering ergonomic wrappers for channels like mpmc
or broadcast
. It's designed to ease the creation of actor systems by adding user-friendly features, without being tying the user to any specific runtime. This makes it compatible with various runtimes such as tokio
, smol
, or async-std
. It intentionally steers clear of incorporating supervisory functions or other complex features, focusing instead on simplicity and non-interference.
See the documentation for more information.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.