Cargo Features
[dependencies]
stackvec = { version = "0.2.1", default-features = false, features = ["nightly", "a_thousand_array_impls"] }
- default = a_thousand_array_impls
-
The
a_thousand_array_impls
feature is set by default wheneverstackvec
is added without
somewhere in the dependency tree.default-features = false - nightly
- a_thousand_array_impls default
StackVec has 3 features without comments.