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