Crate cardseed

Source

Modules§

errors

Structs§

Card
Represents a single playing card. The suit field is the card’s suit, and the value field is the card’s face value index from 0 to 12, where ace is zero and king is 12.
Deck
A Deck represents a vector of Cards.

Enums§

Suit
Represents a playing card suit.

Constants§

DECK_SIZE
The size of a full valid deck with no duplicates.
SUIT_SIZE
The number of cards in a suit.