Function compiler_llvm_builder::utils::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.