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