Expand description
Module for serializing and deserializing iterables collections.
This is intended for use with serde derive’s
#[serde(with = "texcraft_stdext::serde_tools::iter")] field attribute.
Functions§
- deserialize
- Function that deserializes types that can be built from iterators
- serialize
- Function that serializes an iterable type.