rust-elo-multiplayer 0.1.1

Calculate ELO with multiple players
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Mattias Mucherie"]
description = "Calculate ELO with multiple players"
edition = "2021"
homepage = "https://github.com/mattiasmucherie/rust_tutorial"
keywords = ["elo", "multiplayer"]
license = "MIT"
name = "rust-elo-multiplayer"
readme = "README.md"
repository = "https://github.com/mattiasmucherie/rust_tutorial"
version = "0.1.1"