Skip to main content

normalize_path

Function normalize_path 

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

Normalize a path by removing . and resolving .. components without touching the filesystem.

Delegates to crate::path::normalize — kept as a public re-export so existing call-sites continue to compile without changes.