Module io

Module io 

Source
Expand description

Lightweight, no-std compatible I/O traits and adapters used by the Encode/Decode APIs.

Structs§

Cursor
In‑memory cursor implementing Read/Write over a byte slice‑like buffer.

Enums§

Error
Error type returned by encoding/decoding and I/O adapters.
StdIoShim
Empty stand‑in used as a no‑std substitute for std::io::Error.

Traits§

Read
Minimal read abstraction used by this crate in both std and no‑std modes.
Write
Minimal write abstraction used by this crate in both std and no‑std modes.