| Crates.io | cddlib-sys |
| lib.rs | cddlib-sys |
| version | 0.1.0 |
| created_at | 2026-01-13 14:43:51.608123+00 |
| updated_at | 2026-01-13 14:43:51.608123+00 |
| description | Raw FFI bindings to cddlib. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2040339 |
| size | 8,279,262 |
Raw FFI bindings to cddlib for convex polyhedra via the double-description method. Builds a static cddlib (and optionally GMP) from vendored sources---no network access required.
| Feature | Description |
|---|---|
f64 |
Build the f64 backend |
gmp |
Build the GMPFLOAT backend |
gmprational |
Build the GMPRATIONAL backend |
tools |
Build cddlib CLI tools alongside the library |
All numeric backends are enabled by default. Use --no-default-features to
select a subset.
Bindings are exposed under backend-specific modules: cddlib_sys::f64,
cddlib_sys::gmpfloat, and cddlib_sys::gmprational.
GPL-2.0-or-later (inherited from cddlib). See LICENSE for details.