summaryrefslogtreecommitdiffstats
path: root/tokio-util/tests/framed_read.rs
AgeCommit message (Expand)Author
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-09-19util: remove Slice wrapper (#2847)Taiki Endo
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2019-12-13chore: fix warning in tokio-util tests (#1955)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche