16 releases (stable)
2.0.2 | Aug 9, 2024 |
---|---|
2.0.1 | Jun 10, 2024 |
1.2.0 | Jun 2, 2024 |
1.1.5 | May 31, 2024 |
0.1.3 | May 26, 2024 |
#1242 in Game dev
Used in 2 crates
(via dds-bridge)
490KB
16K
SLoC
dds-bridge-sys
Generated bindings to dds-bridge/dds, the C++ double dummy solver for contract bridge.
Usage
This library needs manual initialization! Initialize the thread pool with
SetMaxThreads
before calling other library functions:
use dds_bridge_sys as dds;
// 0 stands for automatic configuration
unsafe { dds::SetMaxThreads(0) };
Also note that functions using the thread pool are not reentrant. You may want to use a mutex to ensure that only one thread is using the thread pool.
No runtime deps
~0–2.1MB
~41K SLoC