pub fn get_files<'t>(
    folder_path: &'t str,
    config: &'t Config
) -> impl Iterator<Item = FileEntry> + 't