# liblbfgs-sys
[](https://github.com/messense/liblbfgs-sys/actions?query=workflow%3ACI)
[](https://crates.io/crates/liblbfgs-sys)
[](https://docs.rs/liblbfgs-sys/)
Low level Rust binding to [libLBFGS](https://github.com/chokkan/liblbfgs): a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
liblbfgs-sys = "0.1"
```
## License
This work is released under the MIT license. A copy of the license is provided
in the [LICENSE](./LICENSE) file.