canary 0.3.3

provides ergonomic abstractions for network communication and more
Documentation
1
2
3
4
5
6
/// Contains channels that have been split
pub mod bipartite;
/// Contains channels that have been split but are joined together
pub mod joint;
/// Contains channels that have not been split yet
pub mod unified;