file-matcher 0.7.0

A library to search files and folders based on the name pattern (regex, wildmatch, exact)
Documentation
1
2
3
4
5
6
7
8
9
mod entry;
mod many;
mod one;

pub(crate) use entry::EntryNamed;
pub use entry::{EntryName, EntryType};

pub use many::{ManyEntries, ManyEntriesNamed};
pub use one::{OneEntry, OneEntryNamed};