cartesian_array_product 1.1.1

Arrays of the cartesian product of a set of items.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cartesian_array_product"
description = "Arrays of the cartesian product of a set of items."
license = "MIT"
documentation = "https://docs.rs/cartesian_array_product"
readme = "README.md"
repository = "https://github.com/Odilf/cartesian_array_product"

keywords = ["cartesian", "array", "const", "macro"]

version = "1.1.1"
edition = "2021"

[dependencies]
const-anonymous-functions = "1.1.0"