pycapnp/test/foo.capnp
2013-08-29 21:12:39 -07:00

7 lines
72 B
Cap'n Proto

@0x84ed73ce30ad1d3f;
struct Foo {
id @0 :UInt32;
name @1 :Text;
}