protox 0.9.1

A rust implementation of the protobuf compiler.
Documentation
1
2
3
4
5
6
syntax = "proto2";

message Foo {
    // bar
    optional group Bar = 1 {};
}