pub fn iterate_directory(path: &Path) -> impl Iterator<Item = PathBuf>
Expand description

Helper function to iterate through all the files in the given directory, skipping hidden files, and return an iterator of their paths.