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

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.