We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f811bea commit fd114a5Copy full SHA for fd114a5
fuzz/README.md
@@ -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