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
4
5
pub(crate) mod listener;

pub(crate) mod event_emitter;

pub(crate) mod payloads;