summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/mod.rs
AgeCommit message (Expand)Author
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-10-19io: add copy_buf (#2884)Zahari Dichev
2020-10-09io: make Seek and Copy private (#2935)Taiki Endo
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
2020-07-22io: add `io::duplex()` as bidirectional reader/writer (#2661)Sean McArthur
2020-04-02io: Add StreamReader (#2052)Alice Ryhl
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-12-02io: add async fns for reading / writing bufs (#1881)Carl Lerche
2019-11-30io: read/write big-endian numbers (#1863)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche