reactive-mutiny 1.3.1

async Event-Driven Reactive Library with advanced & optimized containers (channels) and Stream executors
Documentation
1
2
3
4
5
6
7
//! Set of re-exported types & aliases to allow clients to use this lib.\
//! See also [advanced] for advanced/flexible type aliases.

mod prelude;
pub use prelude::*;

pub mod advanced;