descriptionFast poker hand evaluator library in Rust
last changeMon, 15 Nov 2021 10:09:04 +0000 (11:09 +0100)
shortlog
2021-11-15 MA Beaudetperf(parallel freq): remove mutexes in favor of fold... main
2021-11-14 MA Beaudetchore: apply clippy fixes and remove some comments
2021-11-14 MA Beaudetfix(rayon): remove mutexes in favor of fold for counters
2021-11-14 MA Beaudetfix(freq_count): change benchmark to compare single...
2021-11-10 MA Beaudetfix: apply cargo fix recommendations
2021-11-10 MA Beaudetfix(card): use u32::from() instead of as_ref() for...
2021-11-10 MA Beaudetrefactor(card): add From<Card> for u32
2021-11-10 MA Beaudetchore: remove MyError as no longer used
2021-11-10 MA Beaudetfix: add some better error handling trying to follow...
2021-11-10 MA Beaudetperf(eval): remove unnecessary clones of hands and...
2021-11-10 MA Beaudetfeat: add conversion AsRef for cards and some delegate...
2021-11-10 MA Beaudetfeat: add better error handling for cards (following...
2021-11-10 MA Beaudetfeat: add tests verifying C-SEND-SYNC for card and...
2021-11-10 MA Beaudetfeat: apply C-COMMON-TRAITS C-CONV-TRAITS C-COLLECT...
2021-11-10 MA Beaudetfix!: change methods `eval_5hand` `eval_7hand` to assoc...
2021-11-09 MA Beaudetfeat: add ad-hoc conversions conventions for card mod
...
heads
3 years ago main