pub fn read_dir_entries<P: AsRef<Path>, F: FnMut(&Path)>(dir: P, callback: F)
Helper for reading entries in a given directory.