Registry / utility / wildmatch

wildmatch

JSON →
library2.6.1rscratesunverified

Simple string matching with single- and multi-character wildcard operators.

# Cargo.toml [dependencies] wildmatch = "2.6.1"
INSTALL
IMPORT
SIG · WILDMATCH
W
wildmatch
utilityrustv2.6.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.

WildMatch
use wildmatch::WildMatch;

Matches a filename against a wildcard pattern.

use wildmatch::WildMatch; let pattern = WildMatch::new("*.rs"); assert!(pattern.matches("main.rs"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
wildmatch — cargo add wildmatch · libregistry