Cargo Features
[dependencies]
mimium-lang = { version = "2.0.0-alpha2", default-features = false, features = ["mimalloc"] }
- default = mimalloc
-
The
mimalloc
feature is set by default whenevermimium-lang
is added without
somewhere in the dependency tree.default-features = false - mimalloc default
-
Enables mimalloc
mimium-lang has 2 features without comments.