prost-msg-build 0.2.0

A Protocol Buffers implementation for the Rust Language.
Documentation
1
2
3
4
5
6
7
8
syntax = "proto3";

package d;

message Delta {
  string sign = 1;
  string pronounciation = 2;
}