Function git_repository::path::to_unix_separators_on_windows
source · pub fn to_unix_separators_on_windows<'a>(
path: impl Into<Cow<'a, BStr>>
) -> Cow<'a, BStr>
Expand description
Replaces windows path separators with slashes, but only do so on windows.