liblbfgs-sys 0.1.0

Low level Rust binding to libLBFGS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# liblbfgs-sys

[![CI](https://github.com/messense/liblbfgs-sys/workflows/CI/badge.svg)](https://github.com/messense/liblbfgs-sys/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/liblbfgs-sys.svg)](https://crates.io/crates/liblbfgs-sys)
[![docs.rs](https://docs.rs/liblbfgs-sys/badge.svg)](https://docs.rs/liblbfgs-sys/)

Low level Rust binding to libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)

## License

This work is released under the MIT license. A copy of the license is provided
in the [LICENSE](./LICENSE) file.