]> git.lizzy.rs Git - rust.git/commit
Add std::io::util
authorSteven Fackler <sfackler@gmail.com>
Tue, 10 Dec 2013 06:53:09 +0000 (22:53 -0800)
committerSteven Fackler <sfackler@gmail.com>
Thu, 12 Dec 2013 03:11:44 +0000 (19:11 -0800)
commit7fe5e3082394ba73f54ceeadd3ed092fd54ee0ff
tree6dc4a2ff06ec7494f896f35047f56cdb8d4bfac1
parent29ca4350c8d64facb39311660e8ee919766f481a
Add std::io::util

This adds a bunch of useful Reader and Writer implementations. I'm not a
huge fan of the name `util` but I can't think of a better name and I
don't want to make `std::io` any longer than it already is.
src/libstd/io/mod.rs
src/libstd/io/util.rs [new file with mode: 0644]