feat: add prost, but build failed
This commit is contained in:
7
__serialization/prost/src/helloworld.proto
Normal file
7
__serialization/prost/src/helloworld.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package helloworld;
|
||||
|
||||
message Test {
|
||||
string sample = 1;
|
||||
}
|
||||
3
__serialization/prost/src/main.rs
Normal file
3
__serialization/prost/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user