1 2 3 4 5 6
fn main() { capnpc::CompilerCommand::new() .file("hyperfuel_net_types.capnp") .run() .expect("compiling schema"); }