lib.rs
EventEmitter
See also: bevy_eventlistener, event-manager, triggered, rs-event-emitter, async-event-emitter, stream-tungstenite, event_sync, emitter-rs, windows-key-listener, reconciler, event-listener-primitives Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
event-emitter-rs
See also: rs-event-emitter, emitter-rs, bevy_eventlistener, event-manager, triggered, ruma-events, fltk-evented, dptree, js_resized_event_channel, starbase_events, event-listener-primitives Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data. ...
AsyncEventEmitter
211 downloads per month . MIT license . 22KB 130 lines. async-event-emitter. an Async implementation of the event-emitter-rs crate. Allows you to subscribe to events with callbacks and also fire those events. Events are in the form of (strings, value) and callbacks are in the form of closures that take in a value parameter;
TypedEmitter
Related: async-event-emitter See also: async-compat, rs-event-emitter, futures-locks, tokio-test, actix, redis-async, tokio-retry, ratchet_rs, tryhard, peekable, async-scoped Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the ...
emitter-rs
#240 in WebAssembly. 24 downloads per month Used in wasi-sol. MIT license . 19KB 178 lines. 📢 Emitter RS. 📢 Emitter RS is a simple EventEmitter implementation for Rust and Wasm, providing easy event subscription and firing capabilities.
async-events-emitter
async-events-emitter is a Rust library providing an asynchronous event handling system. It allows users to define custom events and handlers, emit events, and process them asynchronously. Features. Define custom events. Register asynchronous event handlers. Emit events to be handled by registered handlers. Installation. Add async-events-emitter ...