Module io

Source
Expand description

Common IO primitives.

These primitives are closely mirroring the definitions in tokio-io. A big difference is that these definitions are not tied to std::io::Error, but instead allow for custom error types, and also don’t require allocation.

Modules§

read
read_exact
shutdown
write
write_all

Traits§

Read
ReadError
ReadExt
Write
WriteError
WriteExt