standard_card 1.4.0

A Lightweight Library for Efficient Card Representation
Documentation
1
2
3
4
5
6
7
8
//! The `StandardCard` library provides a programmer-friendly way to represent a standard deck of 52 cards.
//!
//! It prioritizes both fast access to card information and minimal storage footprint, making it ideal for various game development or card manipulation tasks.
//!
//! `See each modules documentation for more details.`

pub mod card;
pub mod deck;