Cargo Features
[dependencies]
slabmalloc = { version = "0.11.0", default-features = false, features = ["unstable"] }
- default = unstable
-
The
unstable
feature is set by default wheneverslabmalloc
is added without
somewhere in the dependency tree.default-features = false - unstable default
slabmalloc has 2 features without comments.