#iterable #zip #numbers #vec

no-std manyzip

Zip an arbitrary number of iterables

5 stable releases

1.0.4 Jul 2, 2024
1.0.3 Jul 1, 2024

#164 in No standard library

46 downloads per month

0BSD license

3KB

Zip an arbitrary number of iterables into Vecs

Supports #![no_std]

To use, import the manyzip function

use manyzip::manyzip

lib.rs:

Zip an arbitrary number of iterables

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

No runtime deps