1. 完成基本的rpc的调用回调 2. 支持了config的解析 3. 支持了file handle的管理
@ -0,0 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/lws.proto")?;
Ok(())
}
The note is not visible to the blocked user.