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

Add AsyncReadExt::read_to_string #1721

Merged
merged 3 commits into from Jul 8, 2019

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jul 7, 2019

Closes #1715

The way to handle strings is the same as AsyncReadExt::read_line (#1556 (comment)).

The last commit fixes #1715 (comment).

r? @cramertj

@cramertj cramertj merged commit 6e4eddb into rust-lang:master Jul 8, 2019
@taiki-e taiki-e deleted the io-read_to_string branch July 8, 2019 03:04
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.

Provide a read_to_string method on AsyncReadExt for Read parity
2 participants