ceres-solver-sys

Low-level unsafe Rust bindings for Google's Ceres Solver

Currently, we bind C API only using bindgen. The minimum tested version of Ceres Solver is 1.14.0

Cargo feature flags

Since this crate uses bindgen it requires libclang as build dependency. For system feature it also required pkg-config to discover the library.