fdf 0.9.2

A fast, multi-threaded filesystem search tool with regex/glob support and extremely pretty colours!
Documentation
1
2
3
4
5
6
7
mod finder;
mod finder_builder;
mod types;

pub use finder::Finder;
pub use finder_builder::FinderBuilder;
pub(crate) use types::{DirEntryFilter, FilterType};