Crate serde_iter

Source
Expand description

This crate provides serializer functions to serialize iterator types as sequences and maps.

See the documentation in each module for details.

Modules§

  • Serializes an iterator of serializable 2-tuples into a serde map.
  • Serializes an iterator of serializables into a serde sequence.

Structs§

  • A hack utility struct to wrap use-once iterators.