Cargo Features

[dependencies]
inplace-vec-builder = { version = "0.1.1", default-features = false, features = ["stdvec", "smallvec"] }
default = stdvec

The stdvec feature is set by default whenever inplace-vec-builder is added without default-features = false somewhere in the dependency tree.

stdvec default

Features from optional dependencies

smallvec implicit feature

Enables smallvec

smallvec:

'Small vector' optimization: store up to a small number of items on the stack