Module traverse

Module traverse 

Source

Structs§

TraverseConfig
Configuration for filesystem traversal

Functions§

walk
Walk a directory tree and yield entries matching the predicate
walk_no_filter
Walk a directory tree without filtering (convenience function)
walk_parallel
Parallel walk implementation (requires “parallel” feature)