playing-cards

A Rust library for playing cards and poker hand evaluation

Playing Cards is a Rust library that implements playing cards, primarily focussing on hand evaluation for games like poker.

Features

Core

Here is a list of types included within the Core package:

Poker

Here is a list of type included within the Poker feature:

All the evaluators run on the ever-popular 2+2 evalautor, which can evaluate 5 card hands from a given set of 5-7 cards.

Other Things Still TODO