pub fn expand_globs( root: &Path, patterns: impl IntoIterator<Item = impl AsRef<str>>, ) -> Result<Vec<PathBuf>>
Expand globs with a root path.