1 2 3 4 5 6 7 8
#[derive(Debug)] pub struct Glob; impl Glob { pub fn to_regex(glob: &str, strict_leading_dot: bool, strict_wildcard_slash: bool) -> String { todo!() } }