Registry / utility / glob-match

glob-match

JSON →
library0.2.1rscratesunverified

An extremely fast glob matcher.

# Cargo.toml [dependencies] glob-match = "0.2.1"
INSTALL
IMPORT
SIG · GLOB-MATCH
G
glob-match
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

glob_match
use glob_match::glob_match;

Checks if a path matches a glob pattern.

use glob_match::glob_match; fn main() { let pattern = "*.rs"; let path = "main.rs"; if glob_match(pattern, path) { println!("Matched!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
glob-match — cargo add glob-match · libregistry