summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/io/reader_stream.rs
AgeCommit message (Expand)Author
2020-11-01util: add back public poll_read_buf() function (#3079)Dirkjan Ochtman
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-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl