Cargo Features

[dependencies]
mochi-rs = { version = "0.0.2", default-features = false, features = ["extractors", "dlmalloc"] }
default = dlmalloc

The dlmalloc feature is set by default whenever mochi-rs is added without default-features = false somewhere in the dependency tree.

extractors

Affects mochi-rs::extractors

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

dlmalloc default