mediatrix 1.0.0

Strongly typed, extensible event mediator
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "async")]
/// Asynchronous mediators
pub mod asynchronous;
/// Builder traits
pub mod builder;
/// Listener traits
pub mod listener;
/// Synchronous mediators
pub mod synchronous;