itertools 0.9.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_fold1"

[[bench]]
harness = false
name = "bench1"
[dependencies.either]
default-features = false
version = "1.0"
[dev-dependencies.criterion]
version = "=0.3.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_std = []

[lib]
bench = false
test = false

[package]
authors = ["bluss"]
categories = ["algorithms", "rust-patterns"]
description = "Extra iterator adaptors, iterator methods, free functions, and macros."
documentation = "https://docs.rs/itertools/"
edition = "2018"
exclude = ["/bors.toml"]
keywords = ["iterator", "data-structure", "zip", "product", "group-by"]
license = "MIT/Apache-2.0"
name = "itertools"
repository = "https://github.com/bluss/rust-itertools"
version = "0.9.0"
[package.metadata.release]
no-dev-version = true
[profile.bench]
debug = true