Registry / testing / bolero

bolero

JSON →
library0.13.4rscratesunverified

Fuzz testing and property testing front-end for Rust.

# Cargo.toml [dependencies] bolero = "0.13.4"
INSTALL
IMPORT
SIG · BOLERO
B
bolero
testingrustv0.13.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

check
✓ use bolero::check;

Property-based test with a range generator.

use bolero::check; check!() .with_generator(0..100) .for_each(|value: &i32| { assert!(*value >= 0 && *value < 100); });
Debug
Known issues
gotchaRequires nightly Rust for some features (e.g., fuzzing).
fix
Use `cargo +nightly bolero` or set RUSTUP_TOOLCHAIN=nightly.
affects: >=0.13.0
Upgrade
Version history
0.13.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
bolero — cargo add bolero · libregistry