async-std/src
bors[bot] ee31f68e80
Merge #190 #200
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>
2019-09-16 13:51:12 +00:00
..
fs cargo fmt 2019-09-14 09:15:51 +02:00
future Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
io Merge #190 #200 2019-09-16 13:51:12 +00:00
net Suppress a lint that makes CI fail on windows 2019-09-12 23:24:20 +02:00
os Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
stream Require S: async_std::stream::Stream in Scan 2019-09-16 18:35:37 +09:00
sync remove async_await feature gate 2019-08-21 00:29:35 -07:00
task cargo fmt 2019-09-16 15:34:06 +02:00
lib.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
prelude.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
utils.rs Initial commit 2019-08-08 14:44:48 +02:00