mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-28 18:01:31 +00:00
190: Clean up the fs module and a few other places r=stjepang a=stjepang Just a cleanup for various pieces of documentation, mainly around the `lib.rs` docs, the prelude, and the `fs` module. Some small bugs are also fixed along the way. This PR is the first one in a series of review PRs that I will be submitting before the upcoming 1.0 release. 200: expose IoSlice, IoSliceMut r=stjepang a=yoshuawuyts Exposes `io::IoSlice` and `io::IoSliceMut`. Given we're returning these from `read_vectored` and `write_vectored` it might make sense to just include them as part of our re-exports. Thanks! Ref #131. Co-authored-by: Stjepan Glavina <stjepang@gmail.com> Co-authored-by: Yoshua Wuyts <yoshuawuyts@gmail.com> |
||
---|---|---|
.. | ||
buf_read | ||
read | ||
write | ||
buf_reader.rs | ||
copy.rs | ||
empty.rs | ||
mod.rs | ||
prelude.rs | ||
repeat.rs | ||
seek.rs | ||
sink.rs | ||
stderr.rs | ||
stdin.rs | ||
stdout.rs | ||
timeout.rs |