Files
garage/fuzz
Arthur Carcano 28a75d7234 Add LXs corrolary
2026-05-04 17:23:59 +02:00
..
2026-05-04 17:23:31 +02:00
2026-05-04 17:23:59 +02:00
2026-05-01 21:36:17 +00:00
2026-05-01 21:36:17 +00:00

Fuzzing

Setup

Install cargo fuzz: cargo install cargo-fuzz

Launch

Run cargo fuzz run <fuzz_target> where <fuzz_target> is the name (without extension) of one of the .rs files in the fuzz_targets directory.

If you launch the command outside of the fuzz directory, you need to force the nightly toolchain with cargo +nightly.