Cargo Features
[dependencies]
cranelift-control = { version = "0.114.0", default-features = false, features = ["fuzz", "chaos"] }
- default = fuzz
-
The
fuzz
feature is set by default whenevercranelift-control
is added without
somewhere in the dependency tree.default-features = false - fuzz default chaos?
-
Enable fuzzing support with
arbitrary
. Does not work onno_std
targets.Enables arbitrary
- chaos = fuzz
-
Turn on chaos mode.
Without this feature, a zero-sized dummy will be compiled for the control plane.