pycapnp/test/foo.capnp

8 lines
72 B
Cap'n Proto
Raw Normal View History

2013-08-29 21:12:39 -07:00
@0x84ed73ce30ad1d3f;
struct Foo {
id @0 :UInt32;
name @1 :Text;
}