Registry / utility / xvc-walker

xvc-walker

JSON →
library0.7.0rscratesunverified

Provides a parallel file system walker with ignore features for Xvc.

# Cargo.toml [dependencies] xvc-walker = "0.7.0"
INSTALL
IMPORT
SIG · XVC-WALKER
X
xvc-walker
utilityrustv0.7.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.

Walker
use xvc_walker::Walker;

Walks the current directory with ignore rules.

use xvc_walker::Walker; fn main() { let walker = Walker::new(".").unwrap(); for entry in walker { println!("{:?}", entry); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
xvc-walker — cargo add xvc-walker · libregistry