Expand description
Directory tree walking with filtering.
This module provides efficient directory traversal with built-in filtering based on configuration options like hidden files, exclude patterns, and size limits.
Structs§
- Filtered
Entry - A filtered directory entry with computed archive path.
- Filtered
Walker - Walks a directory tree with filtering based on
CreationConfig.
Enums§
- Entry
Type - Type of directory entry.
Functions§
- collect_
entries - Collects all entries from sources into a vector for single-pass processing.