initial elo rating stuff

This commit is contained in:
2025-03-02 22:08:12 -05:00
parent f6c2ef753d
commit 1dd1f3da25
8 changed files with 129 additions and 5 deletions

7
Cargo.lock generated
View File

@@ -438,6 +438,7 @@ dependencies = [
"nohash-hasher",
"num",
"rand",
"skillratings",
"static_assertions",
]
@@ -640,6 +641,12 @@ dependencies = [
"serde",
]
[[package]]
name = "skillratings"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53c8196a815d27d6dbd2439058a2cbf6597a549a68ca6368611df240df7c2987"
[[package]]
name = "static_assertions"
version = "1.1.0"