glob_match

Function glob_match_with_captures

Source
pub fn glob_match_with_captures<'a>(
    glob: &str,
    path: &'a str,
) -> Option<Vec<Range<usize>>>