Module io

Module io 

Source
Expand description

Minimal write abstraction used by encoders.

Structs§

SliceWriter
Simple writer that writes into a mutable byte slice.
VecRefWriteralloc
Simple writer that writes into a &mut Vec<u8>.
VecWriteralloc
Simple writer that writes into a Vec<u8>.

Enums§

WError
SliceWriter Error

Traits§

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