cards

Crates.iocards
lib.rscards
version1.1.2
sourcesrc
created_at2015-07-06 14:00:29.87068
updated_at2015-12-18 21:32:29.365114
descriptionReusable playing cards library for Rust.
homepagehttps://github.com/th4t/cards-rs
repository
max_upload_size
id2544
size9,280
Developers (github:confio:developers)

documentation

README

#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"

Related Crates

Commit count: 0

cargo fmt