pub fn iterate_files<'a>( files: &'a [PathBuf], ) -> impl Iterator<Item = PathBuf> + 'a
Iterate over all of the files passed as arguments, recursively iterating through directories.