scotch-sys 0.2.1

Raw FFI to Scotch, the graph partitioner, graph clusterer and sparse matrix orderer
Documentation
1
2
3
4
5
6
7
8
9
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

#[cfg(not(docsrs))]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

#[cfg(docsrs)]
include!("stub.rs");