Module multi

Source
Expand description

serializers working on a list of elements (vectors, iterators, etc)

Functionsยง

all
Applies an iterator of serializers of the same type
many_ref
Applies a generator over an iterator of values, and applies the serializers generated
separated_list
Applies an iterator of serializers of the same type with a separator between each serializer