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 |
#6 in #tokio-codec
132,953 downloads per month
This crate has lost popularity
160KB
3K
SLoC
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.
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.
Dependencies
~605KB