1 2 3 4 5 6 7 8 9
use cc::Build; fn main() { Build::new() .file("src/iface_tap.c") .warnings(true) .compile("iface_tap"); }