Expand description
This module contains writer-based structs and traits.
Because std::io::Write is only limited to std and not core, we provide our own Writer.
Structs§
- A helper struct that implements
Writerfor a&[u8]slice.
Traits§
- Trait that indicates that a struct can be used as a destination to encode data too. This is used by Encode