fn scan_directory( root: &Path, event_tx: &Sender<FileEvent>, exclude_patterns: &[String], )
Scan a directory and send file events.