nushell/crates/nu-path
sholderbach aa461e608d Include README in lib.rs files
Fix incompatible code-fences.
As `rustdoc` assumes `rust` others need to declare a language or use
`text`

TODO some crates have their own crate level docs independent of a README
2024-05-19 22:12:56 +02:00
..
fuzz Path expansion no longer removes trailing slashes (#12662) 2024-05-01 17:28:54 -05:00
src Include README in lib.rs files 2024-05-19 22:12:56 +02:00
Cargo.toml Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
LICENSE Fix rest of license year ranges (#8727) 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.