Skip to main content

collect_rust_files_with_exclusions

Function collect_rust_files_with_exclusions 

Source
pub fn collect_rust_files_with_exclusions(
    paths: &[PathBuf],
    exclude_patterns: &[String],
) -> Result<Vec<PathBuf>>