Files
simple-rust-tests/__serialization/prost/src/helloworld.proto

8 lines
79 B
Protocol Buffer

syntax = "proto3";
package helloworld;
message Test {
string sample = 1;
}