Skip to main content

Module traversal

Module traversal 

Source
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§

WalkEntry

Enums§

TraversalError

Functions§

walk_directory
Walk a directory with support for .gitignore and .ignore. max_depth=0 maps to unlimited recursion (None), positive values limit depth.