[][src]Module rust_poker::constants

Constants

CARD_COUNT

Number of cards in standard deck

FLUSH_RANKS

Table of power of 2 flush ranks

RANKS

Tables of unique primes for hashing hands

RANK_COUNT

Number of ranks in a sandard deck (2 -> A)

RANK_TO_CHAR

char to u8 rank table

Statics

SUIT_TO_CHAR

char to u8 suit table