Files

12 lines
119 B
Cap'n Proto

@0xa1a2a3a4a5a6a7a8;
struct Person {
name @0 :Text;
age @1 :Int32;
}
enum Status {
active @0;
inactive @1;
}