Function solp::parse_dir

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

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