Function to_native_path_on_windows

Source
pub fn to_native_path_on_windows<'a>(
    path: impl Into<Cow<'a, BStr>>,
) -> Cow<'a, Path>
Expand description

Convert paths with slashes to backslashes on Windows and do nothing on Unix, but panic if unpaired surrogates are encountered on Windows.