capnp_cookbook_1/schema/point.capnp

7 lines
73 B
Cap'n Proto

@0xab555145c708dad2;
struct Point {
x @0 :Int32;
y @1 :Int32;
}