loadpace 0.1.0-rc.4

Adaptive client-side load balancing with bounded backpressure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "loadpace"
version = "0.1.0-rc.4"
edition = "2024"
rust-version = "1.85"
description = "Adaptive client-side load balancing with bounded backpressure"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/conradludgate/loadpace"
keywords = ["load-balancing", "backpressure", "congestion-control"]
categories = ["network-programming", "asynchronous"]

[dependencies]
rand = "0.10"