libmcl-sys 0.1.2

This system crate provides Rust language bindings to the Minos Compute Library (MCL)
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

// fn main() {
//     let s : String = String::from(env!("OUT_DIR"));

//     println!("{}", s);
// }
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));