File: generate_map_entry_message.proto

package info (click to toggle)
rust-protox 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
syntax = "proto3";

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