Crate iowrap [] [src]

Some utility methods for wrapping std::io::Read and std::io::Write.

Structs

Eof

Track whether a stream has hit the end of file.

Ignore

Ignore all IO requests made on this object.

Pos

Track how many bytes have been read from a stream.