pons 0.7.0

Rust package for contract bridge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# pons

This crate provides tools for analyzing and simulating hands in contract bridge.
Compared to [dds-bridge](https://crates.io/crates/dds-bridge), `pons` focuses
higher-level abstractions and utilities for working with bridge data, rather
than the core double-dummy solving algorithms. 

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.