1 2 3 4 5 6 7 8 9
Zip an arbitrary number of iterables together Supports `#![no_std]` To use, import the `manyzip` function ``` use manyzip::manyzip ```