Crates.io | bridge-deck |
lib.rs | bridge-deck |
version | 0.1.1 |
source | src |
created_at | 2020-12-08 23:48:48.027397 |
updated_at | 2020-12-09 16:36:24.675259 |
description | Yet another library for playing cards and sets of cards |
homepage | |
repository | https://github.com/droundy/bridge-cards |
max_upload_size | |
id | 320964 |
size | 11,339 |
This crate provides two data types, Card
and Cards
to represent cards in a
card game. It is notable in that the size of these objects are 8 and 64 bits
respectively, so they're pretty compact.