Function pathfinder::data::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.