canary 0.3.3

provides ergonomic abstractions for network communication and more
Documentation
1
2
3
4
5
6
/// Contains bidirectional channels
pub mod bidirectional;
/// Contains receive channels
pub mod receive_channel;
/// Contains send channels
pub mod send_channel;