1 2 3
pub fn normalize_path(path: impl AsRef<std::path::Path>) -> String { path.as_ref().to_string_lossy().replace('\\', "/") }