flint-sys 0.1.0

Bindings to the FLINT C library
Documentation
1
2
3
4
5
6
fn main() {
    // Tell cargo to tell rustc to link the system flint
    // shared library.
    println!("cargo:rustc-link-lib=flint");
}