Expand description
Minimal write abstraction used by encoders.
Structs§
- Iter
Reader alloc - Reader that reads from a iterator
- 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>.