summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_lines.rs
AgeCommit message (Expand)Author
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)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-07-15tokio: add AsyncBufReadExt::linesTaiki Endo