connection-utils 0.8.0

Connection related utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod create_framed_stream;
pub use create_framed_stream::create_framed_stream;

mod divide_channel;
pub use divide_channel::{divide_channel, divide_stream};

mod divide_into_framed_streams;
pub use divide_into_framed_streams::divide_into_framed_streams;

mod divide_framed_stream;
pub use divide_framed_stream::channel_into_framed_stream;

mod duplex_stream;
pub use duplex_stream::DuplexStream;