Cargo Features
[dependencies]
worterbuch = { version = "1.3.7", default-features = false, features = ["jemalloc", "commercial"] }
- default = jemalloc
-
The
jemalloc
feature is set by default wheneverworterbuch
is added without
somewhere in the dependency tree.default-features = false - jemalloc default
-
Enables jemalloc of worterbuch-common
- commercial
-
Affects
license::load_license
,license::commercial
,stats::LICENSE
…