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
16
#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:

```ini
[dependencies.cards]
git = "https://github.com/th4t/cards-rs.git"
```

## Related Crates
* **cards-rs**
* [holdem-rs]https://github.com/th4t/holdem-rs
* [pokereval-rs]https://github.com/th4t/pokereval-rs
* [pokerlookup-rs]https://github.com/th4t/pokerlookup-rs