summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_read_to_string.rs
AgeCommit message (Expand)Author
2020-07-28io: rewrite read_to_end and read_to_string (#2560)Alice Ryhl
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-07-19tokio: add AsyncReadExt::read_to_string (#1326)Taiki Endo