exprotoc
exprotoc copied to clipboard
Elixir Protocol Buffers Compiler
Results
1
exprotoc issues
Sort by
recently updated
recently updated
newest added
The grammar won't accept a message with no fields. Example (see Derived2): ``` protobuf message Base { enum MsgType { Derived1 = 1; Derived2 = 2; } message Derived1 {...