Registry / utility / nu-glob

nu-glob

JSON →
library0.111.0rscratesunverified

Fork of glob supporting matching file paths against Unix shell style patterns, used by Nushell.

# Cargo.toml [dependencies] nu-glob = "0.111.0"
INSTALL
IMPORT
SIG · NU-GLOB
N
nu-glob
utilityrustv0.111.0
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
use nu_glob::glob;

Find all Rust files recursively using glob patterns.

use nu_glob::glob; for entry in glob("**/*.rs").unwrap() { println!("{:?}", entry.unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.111.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nu-glob — cargo add nu-glob · libregistry