Module map

Module map 

Source
Expand description

Map encoders.

Structs§

MapDataEncoder
Encode a stream of key-value pairs from an iterator.
MapEncoder
Encode a map from an owned iterator, writing items lazily.
MapFormatEncoder
Encode only the map header for a map of a given length.
MapSliceEncoder
Encode a slice of key-value pairs.

Traits§

KVEncode
A key-value encoder that writes a single key, value pair.