Skip to main content

expand_globs

Function expand_globs 

Source
pub fn expand_globs(patterns: &[String], root: &Path) -> Vec<PathBuf>
Expand description

Expand glob patterns relative to root and return sorted, deduplicated file paths. Directories and broken globs are silently skipped.