scan_directory

Function scan_directory 

Source
pub fn scan_directory<P: AsRef<Path>>(
    path: P,
    options: &ScanOptions,
) -> impl Iterator<Item = Result<Project, ScanError>>
Expand description

Scans a directory recursively to find development projects