pub fn scan_directory<P: AsRef<Path>>( path: P, options: &ScanOptions, ) -> impl Iterator<Item = Result<Project, ScanError>>
Scans a directory recursively to find development projects