Skip to content

Commit fd114a5

Browse files
committed
Add dedicated libfuzzer readme
1 parent f811bea commit fd114a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fuzz/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Fuzzing with libfuzzer
2+
3+
For the possibly more up-to-date guide see <https://fuzz.rs/book/cargo-fuzz/setup.html>.
4+
5+
> $ cargo install cargo-fuzz
6+
> $ cargo +nightly fuzz run fuzzer_script_<format>

0 commit comments

Comments
 (0)