You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
When
io::Chars
lands on stable, consider switchingReader
fromstr::Chars
toio::Chars
so that the crate could truly work with abstractRead
ers andWrite
rs instead of in-memoryString
s.The text was updated successfully, but these errors were encountered: