1 2 3 4 5 6
mod gen_constants; fn main() { println!("cargo:rerun-if-changed=build"); gen_constants::generate_constants().unwrap(); }