fn build_globset(patterns: &[String]) -> Result<GlobSet>
Build a [GlobSet] from a list of glob pattern strings.
GlobSet