Cargo Features
Fool has no features set by default.
[dependencies]
fool = { version = "0.0.4", features = ["bare", "zip"] }
- bare
-
Affects
fool::BoolExt.then
,fool::BoolExt.then_some
,fool::OptionExt.zip
… - zip = itertools
-
Affects
fool::zip
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- itertools zip?
-
Enables itertools ^0.9.0