Cargo Features
[dependencies]
smallvectune = { version = "0.0.1", default-features = false, features = ["std", "union"] }
- default = std
-
The
std
feature is set by default wheneversmallvectune
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of smallvec ^0.6.5
- union
-
Enables union of smallvec ^0.6.5
smallvectune has 3 features without comments.