holdem 0.1.2

Texas Hold'em specific types and logic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#holdem-rs

A library for Rust containing Texas Hold'em specific types and logic (maybe in the distant future).

The crate is called `holdem` and you can depend on it via cargo:

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

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