Cargo Features

[dependencies]
iter_tools = { version = "0.15.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled"] }
default = enabled

The enabled feature is set by default whenever iter_tools is added without default-features = false somewhere in the dependency tree.

no_std
use_alloc

Enables use_alloc of itertools ~0.11.0

full = enabled
enabled default full?

Affects iter::protected, iter::orphan, iter_tools::iter, iter_tools::dependency, iter_tools::protected, iter_tools::orphan, iter_tools::exposed, iter_tools::prelude