canary 0.3.3

provides ergonomic abstractions for network communication and more
Documentation
1
2
3
4
5
6
7
8
/// contains utility channels
pub mod channels;
/// contains encrypted channels
pub mod encrypted;
/// contains the handshake struct
pub mod handshake;
/// contains unencrypted channels
pub mod raw;