1 2 3 4 5 6
#[path = "build/in_process.rs"] mod implementation; fn main() { implementation::main(); }