routee-compass-core 0.19.3

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
mod cost_aggregation;
mod cost_constraint;
mod cost_feature;
mod cost_model;
mod cost_model_config;
mod cost_model_error;
pub mod cost_model_service;
pub mod cost_ops;
pub mod network;
pub mod traversal_cost;
mod vehicle;

pub use cost_aggregation::CostAggregation;
pub use cost_constraint::CostConstraint;
pub use cost_feature::CostFeature;
pub use cost_model::CostModel;
pub use cost_model_config::CostModelConfig;
pub use cost_model_error::CostModelError;
pub use traversal_cost::TraversalCost;
pub use vehicle::vehicle_cost_rate::VehicleCostRate;