routee-compass 0.19.0

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

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