mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
ae5fed41ed
# Description Part 3 of replacing `std::path` types with `nu_path` types added in #13115. This PR targets the paths listed in `$nu`. That is, the home, config, data, and cache directories. |
||
---|---|---|
.. | ||
fuzz | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
nu-path
This crate takes care of path handling in Nushell, such as canonicalization and component expansion, as well as other path-related utilities.