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
8
9
10
//! simple stateless model that calculates leg time from
//! leg speed and leg distance, also appending to the overall trip time.

mod time_traversal_builder;
mod time_traversal_config;
mod time_traversal_model;

pub use time_traversal_builder::TimeTraversalBuilder;
pub use time_traversal_config::TimeTraversalConfig;
pub use time_traversal_model::TimeTraversalModel;