Files

12 lines
119 B
Cap'n Proto
Raw Permalink Normal View History

2026-07-09 15:39:31 +08:00
@0xa1a2a3a4a5a6a7a8;
struct Person {
name @0 :Text;
age @1 :Int32;
}
enum Status {
active @0;
inactive @1;
}