message_worker

Crates.iomessage_worker
lib.rsmessage_worker
version0.6.0
sourcesrc
created_at2021-05-20 05:47:20.576643
updated_at2023-09-06 05:53:02.029106
descriptionMessage Worker is a low-ish level library for Rust for the creation of event-listeners using futures and streams. Notably MW supports non-sync and non-send (i.e. non-thread-safe) contexts within listeners.
homepage
repositoryhttps://github.com/NickGeek/message_worker/
max_upload_size
id399854
size71,081
Nick Webster (NickGeek)

documentation

README

Message Worker (message_worker)

crates.io link crates.io link

Message Worker is a library for Rust for the creation of event-listeners using futures and streams. Notably, Message Worker supports non-sync and non-send (i.e. non-thread-safe) contexts within listeners.

See the documentation for examples and more information.

Commit count: 23

cargo fmt