Cargo Features

[dependencies]
cranelift-control = { version = "0.114.0", default-features = false, features = ["fuzz", "chaos"] }
default = fuzz

The fuzz feature is set by default whenever cranelift-control is added without default-features = false somewhere in the dependency tree.

fuzz default chaos?

Enable fuzzing support with arbitrary. Does not work on no_std targets.

Enables arbitrary

chaos = fuzz

Turn on chaos mode.
Without this feature, a zero-sized dummy will be compiled for the control plane.