pub fn expand_globs(patterns: &[String], root: &Path) -> Vec<PathBuf>
Expand glob patterns relative to root and return sorted, deduplicated file paths. Directories and broken globs are silently skipped.
root