Cargo Features
[dependencies]
reusing-vec = { version = "0.2.0", default-features = false, features = ["std", "smallvec"] }
- default = smallvec, std
-
These default features are set whenever
reusing-vec
is added without
somewhere in the dependency tree.default-features = false - std default
- smallvec default
-
Enables smallvec
ReusingVec has 3 features without comments.