#rating #elo #skill #system #glicko

skill-rating

A crate for using different rating systems such as ELO

1 unstable release

Uses old Rust 2015

0.0.1 Jun 17, 2016

#5 in #glicko

MIT license

6KB
67 lines

skill-rating

A library for using different skill rating systems, such as ELO and glicko

Documentation


lib.rs:

Skill rating systems in Rust

skill-rating aims to make the calculation of rating changes easier. With various systems. Currently ony the ELO system is implemented, glicko will come later.

No runtime deps