summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/async_buf_read_ext.rs
AgeCommit message (Expand)Author
2020-10-06io, stream: assert !Unpin for ext trait futures (#2913)Taiki Endo
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-30doc: improve AsyncBufReadExt API documentation (#1868)Carl Lerche
2019-11-30doc: add API docs for AsyncBufReadExt::read_line (#1866)Carl Lerche
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