Function solp::scan[][src]

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

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