Core traits, built-in strategies, and in-memory stores for the loadwise load balancing engine.
This crate is protocol-agnostic — it answers one question: "given these nodes and their current state, which one should handle the next request?"
Quick start
# extern crate loadwise_core as loadwise;
use ;
let strategy = new;
let backends = ;
let ctx = default;
let idx = strategy.select.unwrap;
println!;