libmcl-sys 0.1.0

This system crate provides Rulst language bindings to the Minos Compute Library (MCL)
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"));