scan_directory

Function scan_directory 

Source
fn scan_directory(
    root: &Path,
    event_tx: &Sender<FileEvent>,
    exclude_patterns: &[String],
)
Expand description

Scan a directory and send file events.