futures_codec 0.3.4

Utilities for encoding and decoding frames using `async/await`
Documentation
1
2
3
4
5
6
7
8
mod bytes;
pub use self::bytes::BytesCodec;

mod length;
pub use self::length::LengthCodec;

mod lines;
pub use self::lines::LinesCodec;