Module io

Source
Expand description

no-std io replacement

Modules§

prelude

Structs§

Cursor
This data structure is used as a workaround for current design of ToBytes which does not allow multiple writes to &mut [u8].
Error
The error type for I/O operations of the Read, Write, Seek, and associated traits.

Enums§

ErrorKind
A list specifying general categories of I/O error.

Traits§

Read
The Read trait allows for reading bytes from a source.
Write

Type Aliases§

Result