Skip to content
/ npath Public

🔨 Cross-platform lexical path processing and normalization for Rust

License

Notifications You must be signed in to change notification settings

gdzx/npath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normalized Paths

Documentation

npath is a Rust library providing methods for cross-platform lexical path processing and normalization. These methods are implemented in extension traits to Path and PathBuf.

Usage

Add npath to your Cargo.toml:

[dependencies]
npath = { git = "https://github.com/gdzx/npath" }

Import the following traits:

use npath::{NormPathExt, NormPathBufExt};

License

This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

About

🔨 Cross-platform lexical path processing and normalization for Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages