An open API service indexing awesome lists of open source software.

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.

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)