Skip to main content

Crate walker

Crate walker 

Source
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).
FilterOptions
Options for WalkBuilder (gitignore, hidden files, custom globs).
WalkOutcome

Enums§

WalkError
WalkMode

Functions§

config_hash
Stable hash for crate::Checkpoint::config_hash.
walk_roots_fn
Walk each root in order, invoking on_file for every file in parallel (rayon workers per ignore).