Expand description
Recursive file walking infrastructure (re-exported from kaish-glob).
Structs§
- Backend
Walker Fs - Wraps a
&dyn KernelBackendto implementWalkerFs. - Entry
Types - Types of entries to include in walk results.
- File
Walker - Async file walker, generic over any
WalkerFsimplementation. - Glob
Path - A path-aware glob pattern with globstar support.
- Ignore
Filter - Filter for gitignore-style patterns.
- Include
Exclude - An rsync-style include/exclude filter.
- Walk
Options - Options for file walking.
Enums§
- Filter
Result - Result of checking a path against filters.
- Path
Segment - A segment of a path pattern.
- Pattern
Error - Errors when parsing glob patterns.
- Walker
Error - Errors from filesystem operations within the walker.
Traits§
- Walker
DirEntry - A single entry returned by
WalkerFs::list_dir. - Walker
Fs - Minimal read-only filesystem abstraction for the walker.