pub fn find_ext_files( path: &str, recursive: bool, exts: &[&str], ) -> Result<Vec<String>>
Finds all files with specific extensions in the specified directory and its subdirectories.