Expand description
Minimal write abstraction used by encoders.
Structs§
- Slice
Reader - Simple reader that reads from a byte slice.
- Slice
Writer - Simple writer that writes into a mutable byte slice.
- StdReader
std
- Simple reader that reads from a
std::io::Read
. - VecRef
Writer alloc
- Simple writer that writes into a
&mut Vec<u8>
. - VecWriter
alloc
- Simple writer that writes into a
Vec<u8>
.