5 stable releases
1.0.4 | Jul 2, 2024 |
---|---|
1.0.3 | Jul 1, 2024 |
#169 in No standard library
114 downloads per month
3KB
Zip an arbitrary number of iterables into Vec
s
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
)