summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/mod.rs
AgeCommit message (Expand)Author
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-05-12codec: rewrite of codec::Framed (#2368)Plecra
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-15codec: Remove Unpin requirement from Framed[Read,Write,] (#1758)Markus Westerlind
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-10-22codec: move into tokio-util (#1675)Carl Lerche