Visits all files in a directory tree, calling the provided callback for each file.
(dir: &Path, callback: &mut F)
| 2 | |
| 3 | pub use perro_assets::walkdir::{ |
| 4 | CompiledPathPattern, PathExclusionGuard, collect_file_paths, collect_files, |
| 5 | is_relative_path_excluded, matches_path_pattern, push_path_exclusions, split_path_segments, |
| 6 | walk_dir, |
| 7 | }; |
no test coverage detected