Cargo Features
[dependencies]
variant_counter = { version = "0.4.0", default-features = false, features = ["std", "full", "check", "erase", "stats"] }
- default = std
-
The
std
feature is set by default whenevervariant_counter
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of variant_counter_derived
- full
-
Enables full of variant_counter_derived
- check
-
Enables check of variant_counter_derived
- erase
-
Enables erase of variant_counter_derived
- stats
-
Enables stats of variant_counter_derived
variant_counter has 6 features without comments.