Skip to main content

convert_file

Function convert_file 

Source
pub fn convert_file(
    path: &str,
    lambda: &dyn Fn(&str) -> bool,
) -> Result<Vec<Group>, Error>
Expand description

Reads from the provided file, and converts to a path network using default settings.