summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/framed_read.rs
AgeCommit message (Expand)Author
2020-11-24codec: add read_buffer_mut to FramedRead (#3166)漂流
2020-05-12codec: rewrite of codec::Framed (#2368)Plecra
2020-03-02codec: Add `Framed::with_capacity` (#2215)Jean-Christophe BEGUE
2020-02-01util: add links to tokio-util + example to BytesCodec (#2207)Alice Ryhl
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-15codec: Remove Unpin requirement from Framed[Read,Write,] (#1758)Markus Westerlind
2019-10-31Allow non-destructive access to the read buffer. (#1600)Jonathan Bastien-Filiatrault
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche