Cargo Features
[dependencies]
colol = { version = "0.4.0", default-features = false, features = ["colol"] }
- default = colol
-
The
colol
feature is set by default whenevercolol
is added without
somewhere in the dependency tree.default-features = false - colol default
-
used with
#[cfg(feature = "colol")]
.