-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
core::io cleanup #2004
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Comments
ghost
assigned graydon
Mar 21, 2012
erickt
added a commit
to erickt/rust
that referenced
this issue
Aug 31, 2012
In addition, io::WriterUtil has these methods but there are no corresponding read methods on io::ReaderUtil:
|
Dretch
added a commit
to Dretch/rust
that referenced
this issue
Nov 4, 2012
…ting int writing methods in WriterUtil (for issue rust-lang#2004).
Dretch
added a commit
to Dretch/rust
that referenced
this issue
Nov 4, 2012
…loosely associated with issue rust-lang#2004).
Dretch
pushed a commit
to Dretch/rust
that referenced
this issue
Dec 24, 2012
catamorphism
pushed a commit
that referenced
this issue
Dec 25, 2012
Unbuffered operations please! |
Nominating for milestone 2 (backwards-compatible). |
The proposed changes look similar to what Go offers:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Address FIXMEs in core::io:
The text was updated successfully, but these errors were encountered: