Cargo Features
[dependencies]
mehari = { version = "0.35.1", default-features = false, features = ["jemalloc", "dhat-heap", "documentation"] }
- default = jemalloc
-
The
jemalloc
feature is set by default whenevermehari
is added without
somewhere in the dependency tree.default-features = false - jemalloc default
-
Enables tikv-jemallocator, jemalloc of annonars and rocksdb
- dhat-heap
-
for heap profiling with dhats
Enables dhat
- documentation
-
Affects
mehari::user_doc
…