rx_event_bus 0.2.2

A simple, agnostic reactive extensions event bus utilising rxRust under the hood.
Documentation
1
2
3
4
5
6
7
8
9
mod local_event_bus;
mod shared_event_bus;

pub use local_event_bus::LocalEventBus;
pub use local_event_bus::LocalEventStream;
pub use local_event_bus::LocalEventValidator;
pub use shared_event_bus::SharedEventBus;
pub use shared_event_bus::SharedEventStream;
pub use shared_event_bus::SharedEventValidator;