summaryrefslogtreecommitdiffstats
path: root/tokio/src/stream/collect.rs
AgeCommit message (Expand)Author
2020-10-05stream: remove bytes from public API (#2908)Alice Ryhl
2020-10-05io, stream: make ext trait futures !Unpin (#2910)Taiki Endo
2020-09-29Seal FromStream methods with an internal argument (#2894)Sean McArthur
2020-07-13doc: fix typo from "Rust langague" to "Rust language" (#2656)Antoine Murat
2020-01-16chore: minor fixes (#2121)Artem Vorotnikov
2020-01-13stream: add `StreamExt::collect()` (#2109)Carl Lerche