async-utf8-decoder
Asynchronous and incremental UTF-8 decoder
async-utf8-decoder
crate provides Utf8Decoder
which allows to convert any object which
implements AsyncRead
trait into a string stream which implements Stream
trait.
Example
use io;
use mpsc;
use Utf8Decoder;
let = ;
let mut decoder = new;
tx.send.await?;
assert!;
tx.send.await?;
assert!;
tx.send.await?;
assert!;
tx.send.await?;
assert_eq!;
assert!;
License
The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.