Cargo Features
[dependencies]
cached_field = { version = "1.0.2", default-features = false, features = ["throw", "carry", "prepend"] }
- default = throw
-
The
throw
feature is set by default whenevercached_field
is added without
somewhere in the dependency tree.default-features = false - throw default
-
Affects
utils::DUPL_ACTION
… - carry
-
Affects
utils::DUPL_ACTION
… - prepend
-
Affects
utils::DUPL_ACTION
…