routee-compass-core 0.19.0

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
mod as_f64;
mod cost;
mod distance_unit;
mod energy_rate_unit;
mod energy_unit;
mod internal_float;
mod ratio_unit;
mod speed_unit;
mod temperature_unit;
mod time_unit;
mod unit_error;
mod volume_unit;
mod weight_unit;

pub use as_f64::AsF64;
pub use cost::{Cost, ReverseCost};
pub use distance_unit::DistanceUnit;
pub use energy_rate_unit::EnergyRateUnit;
pub use energy_unit::{gal_diesel, gal_gas, liter_diesel, liter_gas, EnergyUnit};
pub use ratio_unit::RatioUnit;
pub use speed_unit::SpeedUnit;
pub use temperature_unit::TemperatureUnit;
pub use time_unit::TimeUnit;
pub use unit_error::UnitError;
pub use volume_unit::VolumeUnit;
pub use weight_unit::WeightUnit;