glob-match icon indicating copy to clipboard operation
glob-match copied to clipboard

An extremely fast glob matching library in Rust.

Results 11 glob-match issues
Sort by recently updated
recently updated
newest added

Ensure the following case passes: ```rust assert!(glob_match("**/**.txt.js", "/foo/bar.txt.js")); ```