Module zio

Source
Expand description

Wrappers around raw operations implementing std::io::{Read, Write}.

Structs§

Reader
Implements the Read API around an Operation.
Writer
Implements the Write API around an Operation.