Skip to main content

Module walk

Module walk 

Source
Expand description

Parallel directory traversal using the ignore crate.

Respects .gitignore rules, skips hidden files, and applies optional ripgrep type, extension, and gitignore-style filters. Uses build_parallel() for multi-threaded file discovery.

Structs§

WalkOptions
File discovery filters shared by full indexing and incremental cache diffing.

Functions§

collect_files
Walk a directory tree in parallel and collect file paths.
collect_files_with_options
Walk a directory tree in parallel and collect file paths with explicit include/exclude filters.