Added basic test for rate.

This commit is contained in:
2018-10-24 16:12:25 +02:00
parent fc43a60929
commit 2757e6f0f2
2 changed files with 64 additions and 8 deletions

View File

@@ -3,6 +3,8 @@
Implementation of TrueSkill™ in Rust.
## See
* [mafredri/go-trueskill](https://github.com/mafredri/go-trueskill)
* [JesseBuesking/trueskill](https://github.com/JesseBuesking/trueskill)
* [sublee/trueskill](https://github.com/sublee/trueskill)
* [moserware/Skills](https://github.com/moserware/Skills)