fn main() { capnpc::CompilerCommand::new() .file("schema/data_plane.capnp") .run() .expect("capnp schema compilation failed"); }