1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/crates/nu-path
Jakub Žádník 8bcbc8eeb3
Move nu-path tests to integration tests ()
* Move nu-path tests to integration tests

To prevent circular dependency between nu-path and nu-test-support crates.

* Fmt
2021-09-16 07:11:28 +12:00
..
src nu-path crate refactor () 2021-08-28 15:59:09 +03:00
tests Move nu-path tests to integration tests () 2021-09-16 07:11:28 +12:00
Cargo.toml Temporarily remove the circular dep () 2021-09-15 09:17:31 +12:00
README.md nu-path crate refactor () 2021-08-28 15:59:09 +03: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.