Cargo Features
[dependencies]
vmem = { version = "1.0.0", default-features = false, features = ["std", "nightly", "spin"] }
- default = nightly
-
The
nightly
feature is set by default whenevervmem
is added without
somewhere in the dependency tree.default-features = false - std
- nightly default
- spin
-
Enables spin
Vmem has 4 features without comments.