Expand description
Parallel directory traversal with .gitignore / .ignore and custom overrides.
Structs§
- Checkpoint
- Resume cursor for a single root (path + hash of walk/filter config).
- Filter
Options - Options for
WalkBuilder(gitignore, hidden files, custom globs). - Walk
Outcome
Enums§
Functions§
- config_
hash - Stable hash for
crate::Checkpoint::config_hash. - walk_
roots_ fn - Walk each root in order, invoking
on_filefor every file in parallel (rayon workers perignore).