routee-compass-core 0.19.2

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
8
9
10
//! simple stateless model that calculates leg time from
//! leg speed and leg distance, also appending to the overall trip time.

mod elevation_change;
mod elevation_traversal_builder;
mod elevation_traversal_model;

pub use elevation_change::ElevationChange;
pub use elevation_traversal_builder::ElevationTraversalBuilder;
pub use elevation_traversal_model::ElevationTraversalModel;