path_windows_to_unix

Function path_windows_to_unix 

Source
pub fn path_windows_to_unix<P: AsRef<Path> + PathBufExt>(
    path: P,
) -> Result<PathBuf>
Expand description

Converts a Windows path into a Unix path.