elo 0.2.1

Rust crate for calculating player rating based on elo ranking system
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "elo"
description = "Rust crate for calculating player rating based on elo ranking system"
version = "0.2.1"
authors = ["Ivan Pusic <450140+ivpusic@users.noreply.github.com>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/ivpusic/rust-elo"
repository = "https://github.com/ivpusic/rust-elo.git"

[dependencies]