Cargo Features
[dependencies]
cyt4bb = { version = "0.0.1", default-features = false, features = ["rev_a", "rev_b", "rt", "critical-section"] }
- default = rev_b
-
The
rev_b
feature is set by default whenevercyt4bb
is added without
somewhere in the dependency tree.default-features = false - rev_a = cyt4bb_a
- rev_b default = cyt4bb_b
- rt
- critical-section
-
Enables critical-section of optional cyt4bb_a and optional cyt4bb_b
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.