pub fn compile_glob_set<I, S>(patterns: I) -> Result<GlobSet, GlobConfigError>Expand description
Compile a user-supplied glob list into a GlobSet, applying the length
cap from 70-security.md § 3.4.
§Errors
GlobConfigError::TooLong when any pattern exceeds the cap.
GlobConfigError::Invalid when globset rejects the syntax.