cards 1.1.2

Reusable playing cards library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
rand = "0.3.12"

[lib]
name = "cards"

[package]
authors = ["Vladislav Supalov <v.supalov@gmail.com>"]
description = "Reusable playing cards library for Rust."
homepage = "https://github.com/th4t/cards-rs"
keywords = ["cards", "poker"]
license = "MIT"
name = "cards"
readme = "README.md"
version = "1.1.2"