Expand description
A small crate for lexical path normalization.
This crate provides a trait extension for std::path::Path
to normalize paths
without accessing the filesystem. A normalize_lexically
method exists in the
nightly Rust toolchain, but this crate allows for using it in the stable toolchain.
Structs§
- Normalize
Error - Error type returned when path normalization fails.
Traits§
- Path
Normalize Ext - Extension trait to add
normalize_lexically
toPath
.