Files
pycapnp/test/foo.capnp
2026-09-21 20:05:46 -07:00

17 lines
157 B
Cap'n Proto

@0x84ed73ce30ad1d3f;
struct Foo {
id @0 :UInt32;
name @1 :Text;
}
struct Baz{
text @0 :Text;
qux @1 :Qux;
}
struct Qux{
id @0 :UInt64;
}