pkr 0.1.0

A library for evaluating poker hands
Documentation
1
2
3
4
5
6
7
8
9
pub mod evaluator;
mod flush;
mod four_of_a_kind;
mod full_house;
mod pair;
mod score;
mod straight;
mod three_of_a_kind;
mod two_pair;