Expand description
no-std io replacement
Modules§
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§
- Error
Kind - A list specifying general categories of I/O error.