Cargo Features
[dependencies]
fixed-capacity-vec = { version = "1.0.1", default-features = false, features = ["full", "minimal-1"] }
- default full? = minimal-1
-
The
minimal-1
feature is set by default wheneverfixed-capacity-vec
is added without
somewhere in the dependency tree.default-features = false - full = default
- minimal-1 default
FixedCapacityVec has 3 features without comments.