Module coin_cbc::raw

source ·
Expand description

A raw and safe binding to the Coin CBC C API.

The method are as raw as possible to the original API. Differences are:

  • snake case naming
  • slices as inputs
  • rust naming convension (in particular, getter do not begin with get)
  • assert are used to validate data
  • use rust types when cheap (as usize for array length)

Structs

Enums