nushell/crates/nu-path/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
README.md
rust-toolchain.toml

Fuzzer for nu-path

Quick start guide

  • Install cargo-fuzz by cargo install cargo-fuzz
  • Make output directory mkdir out
  • Run the fuzzer with cargo fuzz run parse out