ceres-solver-sys

Low-level unsafe Rust bindings for Ceres Solver

Test pre-commit.ci status Crates.io

Currently, we bind C API only using bindgen. The minimal tested version of Ceres Solver is 2.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.