mediatrix 1.0.0

Strongly typed, extensible event mediator
Documentation
1
2
3
4
/// Asynchronous mediator with base functionality.
pub mod basic;
/// Asynchronous mediator with base functionality + context awareness.
pub mod contextaware;