Cargo Features
[dependencies]
proc_micro = { version = "0.1.0", default-features = false, features = ["strum"] }
- default = strum
-
The
strum
feature is set by default wheneverproc_micro
is added without
somewhere in the dependency tree.default-features = false - strum default
-
Enables strum
Affects
attr::unique
,attr::check_exclusive
,attr::known_attribute
…