Skip to main content

scan_projects

Function scan_projects 

Source
pub fn scan_projects(root: &Path, max_depth: usize) -> Vec<PathBuf>
Expand description

Scan a directory tree for projects up to max_depth. Skips children of already-detected projects and artifact directories.