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

#13 in #framed

Download history 21203/week @ 2023-11-24 21890/week @ 2023-12-01 21729/week @ 2023-12-08 18920/week @ 2023-12-15 12565/week @ 2023-12-22 13664/week @ 2023-12-29 21780/week @ 2024-01-05 19121/week @ 2024-01-12 20544/week @ 2024-01-19 20885/week @ 2024-01-26 20673/week @ 2024-02-02 19588/week @ 2024-02-09 23829/week @ 2024-02-16 25290/week @ 2024-02-23 25120/week @ 2024-03-01 12924/week @ 2024-03-08

90,611 downloads per month
Used in fewer than 72 crates

MIT license

160KB
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

~525KB