playing-cards 0.1.3

A Rust library for playing cards and poker hand evaluation
Documentation
1
2
3
4
5
6
7
//! An optional feature that includes tools for poker hand evaluation
pub(crate) mod tables;

pub mod evaluators;

/// Contains structs for contains rank metadata and logic for parsing ranks
pub mod ranks;