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
#[cfg(feature = "copier")]
mod copier;
#[cfg(feature = "copier")]
pub use copier::OneEntryCopier;

#[cfg(feature = "mover")]
mod mover;
#[cfg(feature = "mover")]
pub use mover::OneEntryMover;