forked from mirror/async-std
151: Split io into multiple files r=stjepang a=yoshuawuyts Counterpart to #150, splits `io::read` and `io::write` into multiple files. This is useful to prevent a single file from becoming hard to navigate as we add more combinators. No other changes were made. Ref #131. Thanks! Co-authored-by: Yoshua Wuyts <yoshuawuyts@gmail.com> |
||
|---|---|---|
| .. | ||
| read | ||
| write | ||
| buf_read.rs | ||
| buf_reader.rs | ||
| copy.rs | ||
| empty.rs | ||
| mod.rs | ||
| prelude.rs | ||
| seek.rs | ||
| sink.rs | ||
| stderr.rs | ||
| stdin.rs | ||
| stdout.rs | ||
| timeout.rs | ||