Cargo Features

[dependencies]
cyt4bf = { version = "0.0.1", default-features = false, features = ["rev_c", "rev_d", "rt", "critical-section"] }
default = rev_d

The rev_d feature is set by default whenever cyt4bf is added without default-features = false somewhere in the dependency tree.

rev_c = cyt4bf_c
rev_d default = cyt4bf_d
rt

Enables rt of optional cyt4bf_c and optional cyt4bf_d

critical-section

Enables critical-section of optional cyt4bf_c and optional cyt4bf_d

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.

cyt4bf_c rev_c?
cyt4bf_d rev_d