Registry / utility / gix-glob

gix-glob

JSON →
library0.26.1rscratesunverified

Pattern matching utilities for the gitoxide project.

# Cargo.toml [dependencies] gix-glob = "0.26.1"
INSTALL
IMPORT
SIG · GIX-GLOB
G
gix-glob
utilityrustv0.26.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.

Pattern
use gix_glob::pattern::Pattern;

Match file paths against a glob pattern.

use gix_glob::pattern::Pattern; fn main() { let pat = Pattern::from_glob("*.rs").unwrap(); assert!(pat.matches("main.rs")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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