fudd 0.1.9

Fun with poker. Named after that most famous of rabbit hunters.
Documentation
1
2
3
4
5
6
7
8
9
#![warn(clippy::pedantic)]
#![allow(clippy::unreadable_literal, clippy::double_must_use)]

extern crate core;

pub mod analysis;
pub mod games;
pub mod types;
pub mod util;