//! 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.
use DirEntry;
/// Filter for matching only directories
/// Filter for matching only files
/// Provides an interface filtering and ignoring DirEntry.