loadwise-core 0.1.0

Core traits, strategies, and in-memory stores for loadwise
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "loadwise-core"
description = "Core traits, strategies, and in-memory stores for loadwise"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
keywords = ["load-balancing", "strategy", "networking"]
categories = ["algorithms", "network-programming"]

[dependencies]
bon = "2"
rand = "0.9"