normalize_path

Function normalize_path 

Source
pub fn normalize_path(path: &Path) -> PathBuf
Expand description

This was copied from cargo source code.

NOTE: Rust std::path crate has no native functionality equivalent to this.