Crate path_normalizer

Crate path_normalizer 

Source
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§

NormalizeError
Error type returned when path normalization fails.

Traits§

PathNormalizeExt
Extension trait to add normalize_lexically to Path.