Expand description
Directory traversal with .gitignore support.
Provides recursive directory walking with automatic filtering based on .gitignore and .ignore files.
Uses the ignore crate for cross-platform, efficient file system traversal.
Structs§
Enums§
Functions§
- walk_
directory - Walk a directory with support for .gitignore and .ignore. max_depth=0 maps to unlimited recursion (None), positive values limit depth.