find_ext_files

Function find_ext_files 

Source
pub fn find_ext_files(
    path: &str,
    recursive: bool,
    exts: &[&str],
) -> Result<Vec<String>>
Expand description

Finds all files with specific extensions in the specified directory and its subdirectories.