Skip to main content

Crate direntryfilter

Crate direntryfilter 

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

DirectoryOnlyFilter
A filter that matches only directories.
FileOnlyFilter
A filter that matches only files.

Enums§

DirEntryFilter
An enum that represents different types of filters for ignoring dir entries.

Traits§

IgnoreDirEntry
Provides an interface filtering and ignoring DirEntry.