Expand description
An interface for and collection of filters for DirEntry.
This library provides a simple interface for creating and using filters. Filters are used to ignore DirEntry.
Structs§
- Directory
Only Filter - A filter that matches only directories.
- File
Only Filter - A filter that matches only files.
Enums§
- DirEntry
Filter - An enum that represents different types of filters for ignoring dir entries.
Traits§
- Ignore
DirEntry - Provides an interface filtering and ignoring DirEntry.