[dependencies]
[lib]
name = "cartesian"
path = "src/lib.rs"
[package]
authors = ["Jonas Maier <1.jmaier.3@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "QOL macro that creates the cartesian product of multiple iterators"
edition = "2018"
keywords = ["no_std", "macro", "no-std", "iterator"]
license = "MIT"
name = "cartesian"
readme = "README.md"
repository = "https://github.com/JM4ier/cartesian-rs"
version = "0.3.0"