Function pathfinder::data::convert_file[][src]

pub fn convert_file<'a, 'b>(
    path: &str,
    lambda: &Fn(&str) -> bool
) -> Result<Vec<Group>, Error>

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