protox 0.9.1

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

message Foo {
    map<int32, string> bar = 1;
}