[lib]
name = "combinatory"
path = "src/lib.rs"
[package]
authors = ["Jorge Rico Vivas <jorgericoinformatic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Create every combination possible of values of 2D collections / iterators."
edition = "2021"
keywords = ["math", "logic", "combinatory"]
license-file = "LICENSE.txt"
name = "combinatory"
readme = "README.md"
repository = "https://github.com/JorgeRicoVivas/combinatory"
version = "1.0.0"
[[test]]
name = "test"
path = "tests/test.rs"