routee-compass 0.19.0

The RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
8
9
10
mod builder;
mod config;
mod plugin;

mod operation;
pub mod ops;
pub use builder::EvalOutputPluginBuilder;
pub use config::EvalOutputPluginConfig;
pub use operation::Operation;
pub use plugin::EvalOutputPlugin;