feat: add capnp

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 12:15:35 +01:00
parent 3162971c89
commit 749ae245c7
115 changed files with 16596 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
fn main() {
capnpc::CompilerCommand::new()
.file("schema/data_plane.capnp")
.run()
.expect("capnp schema compilation failed");
}