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 event_emitter;
pub(crate) mod event_handler;
pub(crate) mod listener;