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 dc71160 commit 72e3f7aCopy full SHA for 72e3f7a
fuzz/README.md
@@ -0,0 +1,13 @@
1
+# Fuzzer for smallvec
2
+
3
+Based on fuzzing in [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin/tree/c8ac25219a09bf9d017f1b05abe3e746e2136f73/fuzz)
4
5
+Useful links:
6
7
+## Running manually with afl
8
9
+```
10
+cargo afl build --release --bin smallvec_ops --features afl && cargo afl fuzz -i in -o out target/release/smallvec_ops
11
12
13
+* https://rust-fuzz.github.io/book/afl.html
0 commit comments