1#![doc = include_str!("../README.md")]
2#![warn(missing_docs)]
34/// Bidding and scoring
5pub mod contract;
67/// Deals and hands
8pub mod deal;
910/// Card shuffling
11pub mod deck;
1213/// Solver functions for double dummy problems
14pub mod solver;