gix_path

Function 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.