atomflunder / skillratings

Rust library for popular skill rating algorithms like Elo, Glicko-2, TrueSkill and many more.
https://docs.rs/skillratings/
Apache License 2.0
41 stars 4 forks source link

Add optional serde support #1

Closed cyqsimon closed 1 year ago

cyqsimon commented 1 year ago

Just a bunch of derives, so I didn't bother adding any tests.

atomflunder commented 1 year ago

Hi, thanks for your pull request! I'll make a new release for it.