summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_copy.rs
AgeCommit message (Expand)Author
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2019-11-23docs: improve tokio::io API documentation (#1815)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26tokio: rewrite io_read.rs test to use async/await (#1207)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche