1 2 3 4 5 6 7
fn main() { capnpc::CompilerCommand::new() .src_prefix("src") .file("src/messages.capnp") .run() .expect("schema compiler command"); }