choco-solver-sys
Low-level Rust FFI bindings for the Choco Solver native C API (libchoco_capi).
This crate is the unsafe boundary used by the higher-level choco4 API. Most users
should prefer the top-level crate instead of using this crate directly.
What This Crate Contains
src/bindings.rs: auto-generatedbindgenoutput forlibchoco_capi.h- Dynamic symbol loader was generated by
bindgen(libchoco_capistruct) - Re-exported raw C types/functions from
src/lib.rs
How to build libchoco_capi.dll
Checkout BUILDING.md file in the repository of this package or check choco-solver-capi repository
Minimal Usage Example
use libchoco_capi;
License
Dual licensed under MIT and BSD-3-Clause (see LICENSE.txt).