rs_events 0.1.0

A flexible and ergonomic event emission crate for Rust. Supports both std/threaded and no_std/alloc environments, with tagging, listener lifetimes, async/sync emission, and robust error handling.
Documentation
1
2
3
pub(crate) mod listeners;
pub(crate) mod event_emitters;
pub(crate) mod payloads;