// SCIP bindings for rust
// This will pull generated code into `scip::types`
pub use scip as types;
// Exports symbol usage under scip::symbol namespace
/// Write a message to a particular filepath.
///
/// This allows users of the SCIP library to not add protobuf as
/// a direct dependency of the project (which can be useful to limit
/// usage of protobuf elsewhere if not desired).