Cargo Features

rmalloc has no features set by default.

[dependencies]
rmalloc = { version = "1.1.0", features = ["safety-checks"] }
safety-checks = num-traits, yaxpeax-arch, yaxpeax-x86

Affects rmalloc::handle_segv

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

yaxpeax-x86 safety-checks?

Enables yaxpeax-x86 ^0.1.3

yaxpeax-arch safety-checks?

Enables yaxpeax-arch ^0.0.4

num-traits safety-checks?