mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 00:14:45 +01:00
13 lines
148 B
Cap'n Proto
13 lines
148 B
Cap'n Proto
@0x86dbb3b256f5d2af;
|
|
|
|
struct Row {
|
|
values @0 :List(Int32);
|
|
}
|
|
|
|
struct MultiArray {
|
|
rows @0 :List(Row);
|
|
}
|
|
|
|
struct Msg {
|
|
data @0 :List(UInt8);
|
|
}
|