nushell-plugins/nushell/crates/nu-path/fuzz
2025-06-27 02:33:44 +01:00
..
fuzz_targets chore: add nushell 2025-06-27 02:33:44 +01:00
.gitignore chore: add nushell 2025-06-27 02:33:44 +01:00
Cargo.toml chore: add nushell 2025-06-27 02:33:44 +01:00
README.md chore: add nushell 2025-06-27 02:33:44 +01:00
rust-toolchain.toml chore: add nushell 2025-06-27 02:33:44 +01:00

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