Cargo Features
[dependencies]
hardened-malloc = { version = "13.0.0", default-features = false, features = ["light", "small", "tiny", "seal"] }
- default = hardened-malloc-sys
-
The
hardened-malloc-sysfeature is set by default wheneverhardened-mallocis added withoutsomewhere in the dependency tree.default-features = false - light
-
Enables light of hardened-malloc-sys
- small
-
Enables small of hardened-malloc-sys
- tiny
-
Enables tiny of hardened-malloc-sys
- seal
-
Enables seal of hardened-malloc-sys
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.
- hardened-malloc-sys default light? seal? small? tiny?