Crate manyzip

Source
Expand description

Zip an arbitrary number of iterables

(Note: the term “iterable” is used to refer to any instances of types that implement IntoIterator)

Structs§

Manyzip
Iterator that zips an arbitrary number of iterables into Vecs

Functions§

manyzip
Returns an iterator that zips all iterables provided into Vecs