summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/read_buf.rs
AgeCommit message (Expand)Author
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-07-20Update doc comments (#2572)Mikail Bagishov
2020-06-12io: fix unsound pin projection in read_buf and write_buf (#2612)Taiki Endo
2019-12-02io: add async fns for reading / writing bufs (#1881)Carl Lerche