Expand description
This crate provides serializer functions to serialize iterator types as sequences and maps.
See the documentation in each module for details.
Modules§
- map
- Serializes an iterator of serializable 2-tuples into a serde map.
- seq
- Serializes an iterator of serializables into a serde sequence.
Structs§
- Clone
Once - A hack utility struct to wrap use-once iterators.