dencode
Utilities for encoding and decoding frames with support for synchronous and asynchronous io.
Contains adapters to go from streams of bytes, Read/AsyncRead and Write/AsyncWrite, to framed iterators/streams.
Example
use ;
async
Prior Art
- futures-codec - This project was originally forked from this crate.
- tokio-codec