rs_poker 5.1.0

A library to help with any Rust code dealing with poker. This includes card values, suits, hands, hand ranks, 5 card hand strength calculation, 7 card hand strength calulcation, and monte carlo game simulation helpers.
Documentation

rs_poker

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 8 feature flags, 4 of them enabled by default.

default

arena (default)

omaha (default)

This feature flag does not enable additional features.

open-hand-history (default)

serde (default)

arbitrary

arena-test-util

open-hand-history-test-util

rsp