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
#[cfg(feature = "regex")]
pub(crate) mod regex_finder;
#[cfg(feature = "wildmatch")]
pub(crate) mod wildmatch_finder;