#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

#169 in No standard library

Download history 34/week @ 2024-07-29 15/week @ 2024-09-16 11/week @ 2024-09-23

114 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