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

Switch from str::Chars to io::Chars #7

Closed
IvanUkhov opened this issue Jul 5, 2017 · 2 comments
Closed

Switch from str::Chars to io::Chars #7

IvanUkhov opened this issue Jul 5, 2017 · 2 comments

Comments

@IvanUkhov
Copy link
Member

IvanUkhov commented Jul 5, 2017

When io::Chars lands on stable, consider switching Reader from str::Chars to io::Chars so that the crate could truly work with abstract Readers and Writers instead of in-memory Strings.

@cole-miller
Copy link

Based on the discussion in that issue it looks like Read::chars is now deprecated and io::Chars will not be coming to std after all (unless I'm misreading something).

@IvanUkhov
Copy link
Member Author

Yeah, I was checking it recently and came to a similar conclusion. Then there must be some other preferred way of doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants