1 2 3 4 5 6 7 8
extern crate gcc; fn main() { println!("cargo:rerun-if-changed=src/lib.c"); gcc::compile_library("libvsprintf.a", &["src/lib.c"]); }