dds-bridge 0.13.0

Rusty API for DDS, the double dummy solver for bridge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]

/// Bidding and scoring
pub mod contract;

/// Deals and hands
pub mod deal;

/// Card shuffling
pub mod deck;

/// Solver functions for double dummy problems
pub mod solver;