copt-solver 0.1.1

An unofficial Rust API for COPT (Cardinal Optimizer)
1
2
3
pub struct LogCallbackParams<'a> {
    pub msg: &'a str
}