routee-compass-core 0.19.2

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
mod comparison_operation;
mod vehicle_parameter;
mod vehicle_parameter_config;
mod vehicle_parameter_type;
mod vehicle_restriction;
mod vehicle_restriction_builder;
mod vehicle_restriction_builder_config;
mod vehicle_restriction_model;
mod vehicle_restriction_query;
mod vehicle_restriction_row;
mod vehicle_restriction_service;

pub use comparison_operation::ComparisonOperation;
pub use vehicle_parameter::VehicleParameter;
pub use vehicle_parameter_config::VehicleParameterConfig;
pub use vehicle_parameter_type::VehicleParameterType;
pub use vehicle_restriction::VehicleRestriction;
pub use vehicle_restriction_builder::VehicleRestrictionBuilder;
pub use vehicle_restriction_model::VehicleRestrictionConstraintModel;
pub use vehicle_restriction_row::RestrictionRow;
pub use vehicle_restriction_service::VehicleRestrictionFrontierService;