Crates.io | cards |
lib.rs | cards |
version | 1.1.2 |
source | src |
created_at | 2015-07-06 14:00:29.87068 |
updated_at | 2015-12-18 21:32:29.365114 |
description | Reusable playing cards library for Rust. |
homepage | https://github.com/th4t/cards-rs |
repository | |
max_upload_size | |
id | 2544 |
size | 9,280 |
#cards-rs
Reusable playing cards library for Rust. See the tests for usage examples. Cards are modelled as a tuple of Value and Suit, as can be seen in the src/card.rs file.
The crate is called cards
and you can depend on it via cargo:
[dependencies.cards]
git = "https://github.com/th4t/cards-rs.git"