Module zio

Source
Expand description

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

Modulesยง

reader ๐Ÿ”’
writer ๐Ÿ”’

Structsยง

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