ddss-sys 0.1.1

Generated bindings to ddss, a performance-oriented fork of the DDS double dummy solver for bridge
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ddss-sys

This crate generates Rust FFI bindings to [bsalita/ddss](https://github.com/bsalita/ddss),
a performance-oriented fork of [DDS](https://github.com/dds-bridge/dds).

After updating the codebase, please

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