快速创建RPC脚手架
bash cargo install cargo-rpc
bash cargo rpc [选项] <命令>
new:创建
new
init:初始化
init
add:添加
add
--grpc:使用 gRPC(默认)
--grpc
--jsonrpc:使用 JSON-RPC
--jsonrpc