lbfgsb-sys 0.1.0

The package provides an interface to L-BFGS-B fortran routine
Documentation
1
2
3
4
5
use libc::{c_char};

extern "C"{
    pub fn stringfy_(s: *mut c_char);
}