#pokereval-rs
A Rust library, implementating a poker hand evaluator. Based on the original work by Kevin Suffecool (aka Cactus Kev).
The method based on optimizations contributed by Paul D. Senzee's with his hashing based Optimized Hand Evaluator is currently not functional (tries to access out-of-bounds array values) and has been disabled while the code still remains in src/perfect.rs.
The crate is called pokereval
and you can depend on it via cargo:
[dependencies.pokereval]
git = "https://github.com/th4t/pokereval-rs.git"
- cards-rs
- holdem-rs
- pokereval-rs
- pokerlookup-rs
Does not work right now in stable rust 1.5. Don't expect it to work :)