Skip to main content

Module walker

Module walker 

Source
Expand description

Parallel file tree walker.

Uses the ignore crate to walk directory trees while respecting .gitignore rules and custom exclude patterns.

Functionsยง

walk_directory
Walk a directory tree in parallel, returning all matching file entries.
walk_directory_simple
Walk a directory tree sequentially (simpler, for smaller directories).