rust-elo-multiplayer 0.1.1

Calculate ELO with multiple players
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rust-elo-multiplayer"
version = "0.1.1"
edition = "2021"
description = "Calculate ELO with multiple players"
repository = "https://github.com/mattiasmucherie/rust_tutorial"
homepage = "https://github.com/mattiasmucherie/rust_tutorial"
authors = ["Mattias Mucherie"]
license = "MIT"
keywords = ["elo", "multiplayer"]
[dependencies]