mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2026-05-14 21:26:53 -04:00
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1439 Reviewed-by: Alex <lx@deuxfleurs.fr> |
||
|---|---|---|
| .. | ||
| fuzz_targets | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
| rust-toolchain.toml | ||
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.