[][src]Function geiger::find_rs_files_in_dir

pub fn find_rs_files_in_dir(dir: &Path) -> impl Iterator<Item = PathBuf>

TODO: Review this, should this be public? Hide this as private and export a pub fn find_unsafe_in_dir instead(?). Or require the caller to perform all directory walking?