pons-dds 0.1.1

Pure-Rust double dummy solver for contract bridge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# pons-dds

A pure-Rust double dummy solver for contract bridge.

After updating the codebase, please

- Format the code with `cargo fmt`.
- Lint with `cargo clippy -- -W clippy::nursery -W clippy::pedantic`.
- Run the tests with `cargo test --all-features`.
- Propose a clear and descriptive commit message.

When splitting a larger change set, break it into atomic commits for a beautiful
git history — each commit should represent one coherent idea that compiles and
passes tests on its own.