1 2 3 4 5 6 7 8 9
#![doc = include_str!("../README.md")] #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)] // Ensure the libraries are linked in, despite it not being used directly extern crate ipopt_src; extern crate cbc_src;