| Crates.io | openpql-prelude |
| lib.rs | openpql-prelude |
| version | 0.1.1 |
| created_at | 2025-10-26 10:10:09.246579+00 |
| updated_at | 2025-11-06 03:38:52.878867+00 |
| description | Basic library for card handling and evaluation of Hold'em Short Deck poker. |
| homepage | https://github.com/solve-poker/Poker-Query-Language |
| repository | https://github.com/solve-poker/Poker-Query-Language |
| max_upload_size | |
| id | 1901148 |
| size | 206,889 |
Core library for card handling and evaluation of Hold'em and Short Deck poker.
openpql-prelude is the foundational library for poker hand evaluation and card manipulation. It provides efficient data structures and algorithms for working with poker cards, hands, boards, and various game variants.
python feature)Add this to your Cargo.toml:
[dependencies]
openpql-prelude = "0.1.0"
rand (default): Random number generation for Monte Carlo simulationspython: Python bindings via PyO3quickcheck: QuickCheck property testing supportThis library is optimized for high-performance poker calculations:
This project is licensed under the MIT License - see the LICENSE file for details.