1 2 3 4 5 6 7 8
fn main() { #[cfg(feature = "instant-build")] { #[path = "src/build.rs"] mod build; build::build() } }