pub fn discover_files_with_options<S: AsRef<str>>( root: &Path, exclude_patterns: &[S], options: DiscoveryOptions, ) -> (Vec<PathBuf>, Vec<PathBuf>)