nushell/crates/nu-parser/fuzz
2024-05-28 12:04:09 -07:00
..
fuzz_targets
.gitignore
Cargo.toml Bump version to 0.94.0 (#12987) 2024-05-28 12:04:09 -07:00
gather_seeds.nu
README.md
rust-toolchain.toml

Fuzzer for nu-parser

Quick start guide

  • Install cargo-fuzz by cargo install cargo-fuzz
  • 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