pub fn compile_globs(patterns: &[String]) -> Result<Option<GlobSet>>Expand description
Compile a list of glob patterns into a GlobSet. Returns None if patterns is
empty. Uses literal_separator so * matches a single path component and
** matches across directory boundaries.