pokereval

Crates.iopokereval
lib.rspokereval
version0.1.2
sourcesrc
created_at2015-07-06 14:06:08.272042
updated_at2015-12-18 21:39:26.975075
descriptionA Rust library for evaluating poker hands with 5 or 7 cards.
homepagehttps://github.com/th4t/pokereval-rs
repository
max_upload_size
id2547
size202,634
Developers (github:confio:developers)

documentation

README

#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 :)

Commit count: 0

cargo fmt