Module io

Module io 

Source
Expand description

Minimal write abstraction used by encoders.

Structs§

SliceWriter
Simple writer that writes into a mutable byte slice.

Enums§

WError
SliceWriter Error

Traits§

IoWrite
Minimal Write‑like trait used by encoders to avoid committing to a specific I/O model.