1 2 3 4
fn main() { println!("cargo::rerun-if-changed=src/page.c"); cc::Build::new().file("src/page.c").compile("page"); }