Add write fuzzing to README
This commit is contained in:
parent
00101013f3
commit
84645edd77
1 changed files with 6 additions and 0 deletions
|
@ -92,3 +92,9 @@ To start fuzzing zip extraction:
|
||||||
```bash
|
```bash
|
||||||
cargo +nightly fuzz run fuzz_read
|
cargo +nightly fuzz run fuzz_read
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To start fuzzing zip creation:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo +nightly fuzz run fuzz_write
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue