Cargo Features

[dependencies]
poem-stackvec = { version = "0.1.4", default-features = false, features = ["smallvec", "arrayvec", "heapless"] }
default = arrayvec

The arrayvec feature is set by default whenever poem-stackvec is added without default-features = false somewhere in the dependency tree.

smallvec

Enables smallvec

Affects poem-stackvec::smallvec

arrayvec default

Enables arrayvec

Affects poem-stackvec::arrayvec

heapless

Enables heapless

Affects poem-stackvec::heapless