# 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.