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 = '/';