pokereval 0.1.2

A Rust library for evaluating poker hands with 5 or 7 cards.
Documentation

#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"

Related Crates

Cargo Bench

Does not work right now in stable rust 1.5. Don't expect it to work :)