mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 16:08:13 +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.