ceres-solver 0.1.1

Safe Rust bindings for the Ceres Solver
Documentation
[dependencies.ceres-solver-sys]
version = "0.1.0"
[dev-dependencies.approx]
version = "0.5"

[features]
default = ["system"]
source = ["ceres-solver-sys/source"]
system = ["ceres-solver-sys/system"]

[package]
description = "Safe Rust bindings for the Ceres Solver"
edition = "2021"
exclude = [".github"]
license = "MIT OR Apache-2.0"
name = "ceres-solver"
readme = "README.md"
repository = "https://github.com/light-curve/ceres-solver-rs"
rust-version = "1.57.0"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["source"]