2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-06-20 05:01:36 +00:00
async-std/src/io/buf_read
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
..
fill_buf.rs Add BufRead::fill_buf (#176) 2019-09-11 16:02:57 +01:00
lines.rs Clean up the fs module and a few other places 2019-09-14 01:24:31 +02:00
mod.rs implement feedback for bufreader methods 2019-09-13 02:21:36 +02:00
read_line.rs Split BufRead into multiple files 2019-09-08 12:54:22 +02:00
read_until.rs Split BufRead into multiple files 2019-09-08 12:54:22 +02:00