Skip to content

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

License

Notifications You must be signed in to change notification settings

vsupalov/pokereval-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages