routee-compass 0.19.3

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

pub use builder::LoadBalancerBuilder;
pub use custom_weight_type::CustomWeightType;
pub use plugin::LoadBalancerPlugin;
pub use weight_heuristic::WeightHeuristic;