https://github.com/vsupalov/holdem-rs
A library for Rust containing Texas Hold'em specific types and logic.
https://github.com/vsupalov/holdem-rs
Last synced: 4 months ago
JSON representation
A library for Rust containing Texas Hold'em specific types and logic.
- Host: GitHub
- URL: https://github.com/vsupalov/holdem-rs
- Owner: vsupalov
- License: mit
- Created: 2015-05-15T12:32:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T21:34:11.000Z (almost 10 years ago)
- Last Synced: 2025-06-05T14:50:50.657Z (5 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#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)