comet-eventbus 0.1.0-pre-alpha.4

An implementation of strong-typed sync and asynchronous eventbus.
Documentation
1
2
3
4
#[cfg(feature = "async")]
mod test_async;
#[cfg(feature = "sync")]
mod test_sync;