liblbfgs-sys

Crates.ioliblbfgs-sys
lib.rsliblbfgs-sys
version0.1.2
sourcesrc
created_at2021-01-17 12:29:56.177938
updated_at2022-03-02 15:31:48.39322
descriptionLow level Rust binding to libLBFGS
homepage
repositoryhttps://github.com/messense/liblbfgs-sys
max_upload_size
id343106
size252,756
messense (messense)

documentation

README

liblbfgs-sys

CI Crates.io docs.rs

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

Installation

Add it to your Cargo.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 file.

Commit count: 8

cargo fmt