Commit Graph

13 Commits

Author SHA1 Message Date
3df422db78 feat(api): add Outcome enum with Ranked variant
Outcome::winner(i, n), Outcome::draw(n), Outcome::ranking(iter) are
the convenience constructors. Marked #[non_exhaustive] so Scored can
be added in T4 without breaking match exhaustiveness.

Adds smallvec = "1" as a direct dependency.

Part of T2 of docs/superpowers/specs/2026-04-23-trueskill-engine-redesign-design.md.
2026-04-24 12:12:53 +02:00
dc47964310 added benchmark 2026-03-23 14:55:18 +01:00
fc0efcdc52 Update edition 2025-02-21 14:06:28 +01:00
Anders Olsson
aea3df285a Update crates 2023-06-28 09:42:12 +02:00
2b83ee5ef9 Added benchmark for Batch 2022-12-19 07:42:08 +01:00
13e6454d3d Update crates and added methods to get a key or all keys in an IndexMap 2022-12-12 10:50:59 +01:00
18d55a8ccf Clean up example 2022-07-04 23:13:57 +02:00
22c61d47b1 Change time to use i64 instead of u64 2022-06-28 23:18:55 +02:00
c9d9d59535 More things, better things, awesome 2022-06-18 23:39:42 +02:00
dc10504b80 Port from julia version instead 2022-06-18 22:27:38 +02:00
1b6e07225b Handle case where there is no time 2022-06-13 21:55:43 +02:00
5a7053fb5d Passing tests for Batch 2022-06-12 21:43:35 +02:00
de58d01322 Initial commit. 2022-06-10 15:22:27 +02:00