Cargo Features
[dependencies]
fuzztest = { version = "0.1.1", default-features = false, features = ["nightly"] }
- default = nightly
-
The
nightly
feature is set by default wheneverfuzztest
is added without
somewhere in the dependency tree.default-features = false - nightly default
-
Enables nightly of lazy_static
Fuzztest has 2 features without comments.