pub fn scan(root: impl AsRef<Path>, globs: &[String]) -> Result<Vec<PathBuf>>Expand description
Every file under root — the root of an unpacked built artifact — whose name matches one
of globs, sorted. globs are file-name globs where * matches any run of characters;
each is matched against an entry’s file name, not its full path.