summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/lines.rs
AgeCommit message (Expand)Author
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-05-24io: fix panic in read_line (#2541)Alice Ryhl
2020-04-30io: add get_mut, get_ref and into_inner to Lines (#2450)Hanif Ariffin
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche