Cargo Features
[dependencies]
countries-tools = { version = "0.2.0", default-features = false, features = ["short-names"] }
- default = short-names
-
The
short-names
feature is set by default whenevercountries-tools
is added without
somewhere in the dependency tree.default-features = false - short-names default
countries-tools has 2 features without comments.