cartesian-array-product
This crate provides a macro to generate an array with the cartesian product of multiple arrays.
It is meant to be usable in const contexts.
Example
use cartesian_array;
let product = cartesian_array!;
let expected = ;
assert_eq!;
See https://docs.rs/cartesian_array_product for further info.