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).