playing-cards 0.1.3

A Rust library for playing cards and poker hand evaluation
Documentation
mod basic_rank;
pub use basic_rank::*;

mod high_rank;
pub use high_rank::*;

mod low_27_rank;
pub use low_27_rank::*;

mod low_a5_rank;
pub use low_a5_rank::*;

mod omaha_hilo_rank;
pub use omaha_hilo_rank::*;

mod dramaha_high_rank;
pub use dramaha_high_rank::*;

mod badugi_rank;
pub use badugi_rank::*;

mod rank_strength_iterator;
pub use rank_strength_iterator::*;

mod rank_results;
pub use rank_results::*;