Crate dabus
Source pub use bus::DABus;
pub use bus::FireEvent;
pub use event::EventDef;
pub use event::EventRegister;
- bus
- the core of DABus
- event
- event declaration related things
- extras
- things that are just implementation details of the crate,
but might be nice to use (on a related topic to this crate)
- event
- declares an EventDef in a global const variable corrisponding to an event with the specified types.
- BusInterface
- Provides a limited
DABus
like api for handler implementations.
- BusErrorUtil
- Utility for handling bus errors inside of bus handlers
- BusStop