ddss-sys 0.1.0

Generated bindings to ddss, a performance-oriented fork of the DDS double dummy solver for bridge
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]
#![cfg_attr(not(test), no_std)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(clippy::all, clippy::pedantic)]
#![allow(rustdoc::broken_intra_doc_links)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

#[cfg(test)]
mod tests;