iter_cartesian 0.1.0

A Cartesian product iterator with double-ended iteration and O(1) length queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "iter_cartesian"
version = "0.1.0"
edition = "2024"
description = "A Cartesian product iterator with double-ended iteration and O(1) length queries."
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/Sirokov/iter_cartesian"
documentation = "https://docs.rs/iter_cartesian"
keywords = ["iterator", "cartesian", "product", "combinatorics"]
categories = ["algorithms", "rust-patterns"]
readme = "README.md"

[dev-dependencies]
criterion = { version = "0.8.2", features = ["html_reports"] }

[[bench]]
name = "benchmarks"
harness = false