Expand description
Map encoders.
Structs§
- MapData
Encoder - Encode a stream of key-value pairs from an iterator.
- MapEncoder
- Encode a map from an owned iterator, writing items lazily.
- MapFormat
Encoder - Encode only the map header for a map of a given length.
- MapSlice
Encoder - Encode a slice of key-value pairs.
Traits§
- KVEncode
- A key-value encoder that writes a single
key, value
pair.