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