Crate ioutils

Crate ioutils 

Source
Expand description

§IO utils

A collection of IO utilities for Rust.

Structs§

OwnedReadHalf
OwnedWriteHalf
ReadHalf
Stream
Merger a reader and a writer into a single stream that implements Read and Write.
WriteHalf