Module zstd::stream::zio[][src]

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.