poker-eval.git
2021-11-08 MA Beaudetfix(card): add error handling of TryFrom<u32> for Card
2021-11-08 MA Beaudetchore!: moved card and evaluator to mods
2021-11-08 MA BeaudetMerge branch 'deck'
2021-11-08 MA Beaudetfeat!: add newtype struct Deck with associated methods
2021-11-07 MA BeaudetMerge branch 'hand-struct'
2021-11-07 MA Beaudetfeat!: add array ref as args for eval_5hand and eval_7hand
2021-11-07 MA Beaudetfeat!: add bounded slices for eval_5hand and eval_7hand
2021-11-07 MA Beaudetfix: remove unnecessary try_from conversions from Card...
2021-11-07 MA Beaudetfeat: add From<Cards> for Vec<u32> and transparent...
2021-11-07 MA Beaudetfix!: removen in Cards struct renamed to get
2021-11-06 MA Beaudetfeat!: add Card(u32) newtype and Hand changed to Cards...
2021-11-06 MA Beaudetfeat: add simulation example
2021-11-06 MA Beaudetfeat: add evaluator and hand structs (WIP)
2021-11-05 MA Beaudetfeat(web): add frequency, parse_cards and eval_hand...
2021-11-05 MA Beaudetfeat(web): add warning handling for faillible wasm...
2021-11-05 MA Beaudetfeat: add frequency function and constants
2021-11-05 MA Beaudetfeat: eval_from_str split in two functions
2021-11-05 MA Beaudetfix: parsing a card now returns an option
2021-11-05 MA Beaudetchore(web): remove comments from index.js
2021-11-05 MA Beaudetfix: convert unnecessary u32 to u16 and u8
2021-11-05 MA Beaudetrefactor: main now in examples
2021-11-04 MA Beaudetfeat(web): update html and css for lighthouse performance
2021-11-04 MA Beaudetfeat(wasm): add wasm js generated files and basic web...
2021-11-03 MA BeaudetMerge branch 'main' of mars:/srv/git/poker-eval
2021-11-03 MA Beaudetfeat: add wasm-bindgen build option and live example
2021-11-03 Pass Automated... feat: add wasm-bindgen build option and live example
2021-11-03 Pass Automated... initial commit