routee-compass-core 0.19.0

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

/// points to a file that contains geometries for one edge list in the graph.
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct GeometryInput {
    pub input_file: String,
}