Registry / utility / nu-path

nu-path

JSON →
library0.112.2rscratesunverified

Path handling library for Nushell, providing cross-platform path operations.

# Cargo.toml [dependencies] nu-path = "0.112.2"
INSTALL
IMPORT
SIG · NU-PATH
N
nu-path
utilityrustv0.112.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NuPath
use nu_path::NuPath;

Create and manipulate a Nushell path.

use nu_path::NuPath; fn main() { let path = NuPath::new("/some/path"); println!("Path: {:?}", path); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.112.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nu-path — cargo add nu-path · libregistry