Function solp::scan[][src]

pub fn scan(path: &str, extension: &str, consumer: &dyn Consume) -> usize

scan parses directory specified by path. recursively it finds all files with sln extension and parses them. returns the number of scanned solutions