pub fn compile_patterns(patterns: &[String]) -> Option<Vec<GlobMatcher>>Expand description
Compile multiple glob patterns into matchers for efficient repeated matching
Returns None if any pattern fails to compile
pub fn compile_patterns(patterns: &[String]) -> Option<Vec<GlobMatcher>>Compile multiple glob patterns into matchers for efficient repeated matching
Returns None if any pattern fails to compile