capnprotols 0.1.3

Language server and formatter (capnpfmt) for Cap'n Proto schema files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@0xb294b46674a10e44;

using UUID = Data;
using UTCSecondsSinceEpoch = UInt64;

enum Side {
  buy @0;
  sell @1;
}

struct Date {
  year @0 :UInt16;
  month @1 :UInt8;
  day @2 :UInt8;
}