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