Module rust_poker::constants[][src]

Constants

CARD_COUNT

Number of cards in standard deck

FLUSH
FLUSH_RANKS

Table of power of 2 flush ranks

FOUR_OF_A_KIND
FULL_HOUSE
HAND_CATEGORY_OFFSET
HAND_CATEGORY_SHIFT
HIGH_CARD
PAIR
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

STRAIGHT
STRAIGHT_FLUSH
SUIT_COUNT
THREE_OF_A_KIND
TWO_PAIR

Statics

RANK_MASK
SUIT_MASK
SUIT_TO_CHAR

char to u8 suit table