Skip to main content

collect_subdirs

Function collect_subdirs 

Source
fn collect_subdirs(root: &Path) -> Vec<(PathBuf, String)>
Expand description

Collect subdirectories under root as (absolute_path, backslash_relative) pairs for recursive CHANGE_NOTIFY, capped to bound very deep trees.