mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-13 07:11:44 +01:00
12 lines
110 B
Cap'n Proto
12 lines
110 B
Cap'n Proto
@0xa5ac546b7bf6fbbc
|
|
|
|
enum Enumerant {
|
|
byte @0;
|
|
bit @1;
|
|
}
|
|
|
|
struct Foo {
|
|
foo @0: UInt8;
|
|
bar @0: UInt8;
|
|
}
|