A load balancer test project built using the Axum framework. It must implement round-robin, weighted round-robin, and least connections algorithms. The application reads a configuration from the /etc/balancer/balancer.toml, from which it obtains the backend server addresses and the load balancing algorithm.