Zip an arbitrary number of iterables into `Vec`s Supports `#![no_std]` To use, import the `manyzip` function ``` use manyzip::manyzip ```