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§
- Walk
Options - 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.