mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 16:35:04 +01:00
7 lines
72 B
Cap'n Proto
7 lines
72 B
Cap'n Proto
@0x84ed73ce30ad1d3f;
|
|
|
|
struct Foo {
|
|
id @0 :UInt32;
|
|
name @1 :Text;
|
|
}
|
|
|