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