Files
nushell/crates/nu-parser/fuzz/README.md
Allan 00bc3b054d Add --locked flag to Cargo install
Using the `--locked` flag prevents installation failures when dependencies have broken updates.

All references are replaced.
2024-11-18 09:28:05 -05:00

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`