2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-28 18:01:31 +00:00
async-std/src/io
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
..
buf_read Merge #190 #200 2019-09-16 13:51:12 +00:00
read Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
write Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
buf_reader.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
copy.rs fix io::copy link (#164) 2019-09-08 17:41:23 +02:00
empty.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
mod.rs expose IoSlice, IoSliceMut 2019-09-16 14:22:52 +02:00
prelude.rs inline better 2019-09-08 02:03:09 +02:00
repeat.rs Add io::repeat 2019-09-16 16:47:17 +09:00
seek.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
sink.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
stderr.rs Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
stdin.rs Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
stdout.rs Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
timeout.rs links the timeout docs to each other 2019-09-13 17:58:03 +02:00