Function gix_path::to_unix_separators
source ยท pub fn to_unix_separators<'a>(path: impl Into<Cow<'a, BStr>>) -> Cow<'a, BStr>
Expand description
Replaces windows path separators with slashes, unconditionally.
Note Do not use these and prefer the conditional versions of this method.