10 releases
0.2.0-alpha.6 | Oct 1, 2019 |
---|---|
0.2.0-alpha.5 | Sep 19, 2019 |
0.2.0-alpha.4 | Aug 29, 2019 |
0.1.2 | Feb 5, 2020 |
0.0.0 | Mar 14, 2017 |
#354 in #asynchronous
73,892 downloads per month
This crate has lost popularity
155KB
3K
SLoC
tokio-codec
Utilities for encoding and decoding frames.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.
lib.rs
:
Utilities for encoding and decoding frames.
Contains adapters to go from streams of bytes, AsyncRead
and
AsyncWrite
, to framed streams implementing Sink
and Stream
.
Framed streams are also known as transports.
Dependencies
~465KB