mirror of
https://github.com/nushell/nushell.git
synced 2025-07-31 18:41:04 +02:00
Using the `--locked` flag prevents installation failures when dependencies have broken updates. All references are replaced.
10 lines
351 B
Markdown
10 lines
351 B
Markdown
# Fuzzer for `nu-parser`
|
|
|
|
- For detailed info, please look at [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz)
|
|
|
|
# Quick start guide
|
|
- Install cargo-fuzz by `cargo install cargo-fuzz --locked`
|
|
- Run `gather_seeds.nu` for preparing the initial seeds corpus
|
|
- Make output directory `mkdir out`
|
|
- Run the fuzzer with `cargo fuzz run parse out seeds`
|