Modules§
Structs§
- Card
- Represents a single playing card. The
suit
field is the card’s suit, and thevalue
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 ofCard
s.
Enums§
- Suit
- Represents a playing card suit.