summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/stdin.rs
AgeCommit message (Expand)Author
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-04-20io: rewrite stdin documentation (#2420)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-03-22io: impl as `RawFd` / `AsRawHandle` for stdio (#2335)MarinPostma
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche