Cargo Features
[dependencies]
combo_vec = { version = "0.7.3", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default whenevercombo_vec
is added without
somewhere in the dependency tree.default-features = false - alloc default
ComboVec has 2 features without comments.