nushell/crates/nu-path/fuzz
2024-05-28 12:04:09 -07:00
..
fuzz_targets Path expansion no longer removes trailing slashes (#12662) 2024-05-01 17:28:54 -05:00
.gitignore Add 2 fuzzers for nu-path, nu-parser (#10376) 2023-09-16 22:32:53 +02:00
Cargo.toml Bump version to 0.94.0 (#12987) 2024-05-28 12:04:09 -07:00
README.md Add 2 fuzzers for nu-path, nu-parser (#10376) 2023-09-16 22:32:53 +02:00
rust-toolchain.toml Add 2 fuzzers for nu-path, nu-parser (#10376) 2023-09-16 22:32:53 +02: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