1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-20 18:49:09 +01:00
nushell/crates/nu-path
Dongjia "toka" Zhang bc7736bc99
Add 2 fuzzers for nu-path, nu-parser ()
# Description

This PR adds a fuzzer for the nu-path and the nu-parser crate.
Now you can go to `crates/nu-path/fuzz`/`crates/nu-parser/fuzz` and run `cargo fuzz` to
find crashes.
https://github.com/nushell/nushell/issues/10365 and  was found by
this


---------

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2023-09-16 22:32:53 +02:00
..
fuzz Add 2 fuzzers for nu-path, nu-parser () 2023-09-16 22:32:53 +02:00
src Support Termux () 2023-08-28 09:53:25 +03:00
tests Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Add 2 fuzzers for nu-path, nu-parser () 2023-09-16 22:32:53 +02:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00
README.md Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00

nu-path

This crate takes care of path handling in Nushell, such as canonicalization and component expansion, as well as other path-related utilities.