Cargo Features
[dependencies]
bolero = { version = "0.11.1", default-features = false, features = ["std", "alloc", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverbolero
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of bolero-generator
- alloc std
-
Enables alloc of bolero-generator
- arbitrary
-
Enables arbitrary of bolero-generator
Bolero has 4 features without comments.