normalize_path

Function normalize_path 

Source
pub fn normalize_path<P>(path: P) -> String
where P: AsRef<Path>,
Expand description

Normalize a path to use forward slashes (for cross-platform consistency)