dds-bridge 0.18.0

Rusty API for DDS, the double dummy solver for bridge
Documentation
1
2
3
4
5
6
7
8
9
10
# dds-bridge

This crate provides a Rusty API for DDS, the double-dummy solver for contract bridge.

After updating the codebase, please

- Format the code with `cargo fmt`.
- Run the tests with `cargo test --all-features`.
- Update [CHANGELOG.md]CHANGELOG.md with a summary of the changes and their impact on users.
- Propose a clear and descriptive commit message.