Module texcraft_stdext::serde_tools::iter

source ·
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§

  • Function that deserializes types that can be built from iterators
  • Function that serializes an iterable type.