itertools 0.13.0

Extra iterator adaptors, iterator methods, free functions, and macros.
Documentation
[[bench]]
harness = false
name = "tuple_combinations"

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

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

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

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

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

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

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

[[bench]]
harness = false
name = "specializations"
[dependencies.either]
default-features = false
version = "1.0"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.paste]
version = "1.0.0"

[dev-dependencies.permutohedron]
version = "0.2"

[dev-dependencies.quickcheck]
default_features = false
version = "0.9"

[dev-dependencies.rand]
version = "0.7"

[features]
default = ["use_std"]
use_alloc = []
use_std = ["use_alloc", "either/use_std"]

[lib]
bench = false
test = false

[package]
authors = ["bluss"]
categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
description = "Extra iterator adaptors, iterator methods, free functions, and macros."
documentation = "https://docs.rs/itertools/"
edition = "2018"
keywords = ["iterator", "data-structure", "zip", "product"]
license = "MIT OR Apache-2.0"
name = "itertools"
readme = "README.md"
repository = "https://github.com/rust-itertools/itertools"
rust-version = "1.43.1"
version = "0.13.0"
[profile.bench]
debug = 2