canary 0.3.3

provides ergonomic abstractions for network communication and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Contains bidirectional channels which may be encrypted
pub mod bidirectional;
/// Contains bipartite channels which may be encrypted
pub mod bipartite;
/// Contains receive channels which may be encrypted
pub mod receive_channel;
/// Contains send channels which may be encrypted
pub mod send_channel;
/// Contains `SnowWith`, an encryption helper format
pub mod snowwith;
/// Contains unified channels which may be encrypted
pub mod unified;