summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/read_to_string.rs
AgeCommit message (Expand)Author
2020-10-05io, stream: make ext trait futures !Unpin (#2910)Taiki Endo
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-07-28io: rewrite read_to_end and read_to_string (#2560)Alice Ryhl
2020-04-21io: remove unsafe from ReadToString (#2384)Geoffry Song
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