dds-bridge-sys
Generated bindings to dds-bridge/dds, the C++ double dummy solver for contract bridge.
Supported parallel backends
This crate supports the following parallel backends (in order of precedence by DDS):
- Windows API
- OpenMP
- Grand Central Dispatch (on macOS and iOS)
- C++
std::thread
Features
The default openmp feature automatically uses OpenMP if the C++ compiler
supports it. If this causes issues, you can disable this feature with
--no-default-features.