uni-path 1.51.1

Platform-independent path manipulation
Documentation
1
2
3
4
5
6
7
#[inline]
pub fn is_sep_char(b: char) -> bool {
    b == '/'
}

pub const MAIN_SEP_STR: &str = "/";
pub const MAIN_SEP: char = '/';