Registry / testing / fuzzcheck

fuzzcheck

JSON →
library0.13.0rscratesunverified

A modular, structure-aware, and feedback-driven fuzzing engine for Rust functions.

# Cargo.toml [dependencies] fuzzcheck = "0.13.0"
INSTALL
IMPORT
SIG · FUZZCHECK
F
fuzzcheck
testingrustv0.13.0
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.

fuzz_test
use fuzzcheck::fuzz_test;

Run a fuzz test with a closure that takes arbitrary input.

use fuzzcheck::fuzz_test; fn main() { fuzz_test(|input: &[u8]| { // test logic }); }
Debug
Known issues
gotchaRequires nightly Rust for some features.
fix
Use a stable Rust version or enable nightly features.
affects: >=0.13.0
Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fuzzcheck — cargo add fuzzcheck · libregistry