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