routee-compass 0.19.5

The RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
8
pub mod default;
mod output_plugin;
mod output_plugin_builder;
mod output_plugin_error;

pub use output_plugin::OutputPlugin;
pub use output_plugin_builder::OutputPluginBuilder;
pub use output_plugin_error::OutputPluginError;