Registry / utility / jwalk
library0.8.1rscratesunverified

Filesystem walk performed in parallel with streamed and sorted results.

# Cargo.toml [dependencies] jwalk = "0.8.1"
INSTALL
IMPORT
SIG · JWALK
J
jwalk
utilityrustv0.8.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.

WalkDir
use jwalk::WalkDir;

Walk a directory tree in parallel.

use jwalk::WalkDir; fn main() { for entry in WalkDir::new(".") { println!("{:?}", entry.unwrap().path()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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