Cargo Features

[dependencies]
mimium-lang = { version = "2.0.0-alpha2", default-features = false, features = ["mimalloc"] }
default = mimalloc

The mimalloc feature is set by default whenever mimium-lang is added without default-features = false somewhere in the dependency tree.

mimalloc default

Enables mimalloc

mimium-lang has 2 features without comments.