Cargo Features
[dependencies]
iter_tools = { version = "0.24.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "iter_ext"] }
- default full? = enabled, iter_ext, iter_trait
-
These default features are set whenever
iter_tools
is added without
somewhere in the dependency tree.default-features = false - no_std
- use_alloc
-
Enables use_alloc of itertools ~0.11.0
external
- full = default
- enabled default
-
Enables clone_dyn_types
qqq : update
internalAffects
iter_tools::iter
,iter_tools::dependency
,iter_tools::own
,iter_tools::orphan
,iter_tools::exposed
,iter_tools::prelude
… - iter_trait iter_ext default
Features from optional dependencies
qqq : work out set of features