elo-multiplayer
Rust crate for calculating multiplayer rating based on elo ranking system
Installation
If you are on Rust 1.62 or higher use cargo add to install the latest version:
Alternatively, you can add the following to your Cargo.toml file manually:
[]
= "0.1.4"
Example usage
use EloRank;