Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up the fs module and a few other places #190

Merged
merged 2 commits into from Sep 16, 2019
Merged

Clean up the fs module and a few other places #190

merged 2 commits into from Sep 16, 2019

Conversation

ghost
Copy link

@ghost ghost commented Sep 13, 2019

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.

This was referenced Sep 16, 2019
@ghost
Copy link
Author

ghost commented Sep 16, 2019

Let's merge this or else we might have merge conflicts soon

bors r+

bors bot added a commit that referenced this pull request Sep 16, 2019
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>
@bors
Copy link
Contributor

bors bot commented Sep 16, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 7f71af9 into async-rs:master Sep 16, 2019
bors bot added a commit that referenced this pull request Sep 16, 2019
202: Document feature flags in readme r=yoshuawuyts a=yoshuawuyts

Follow up to #190, this documents our feature flags in our readme. Thanks!

Co-authored-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
@ghost ghost deleted the review branch September 16, 2019 14:21
@yoshuawuyts yoshuawuyts mentioned this pull request Sep 17, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants