choco-solver-sys 0.1.0

FFI interface for the Choco Solver library DLL generated by GraalVM Native Image.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "choco-solver-sys"

version = "0.1.0"

edition = "2024"

license = "MIT AND BSD-3-Clause"

repository = "https://github.com/chocoteam/chocors/choco-solver-sys"

readme = "README.md"

description = "FFI interface for the Choco Solver library DLL generated by GraalVM Native Image."

keywords = ["ffi", "bindings", "solver", "constraints"]

exclude = ["choco-solver-capi"]



[dependencies]

libloading = "0.8"

bindgen.workspace = true



[package.metadata.docs.rs]

targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]