cargo-rpc

Crates.iocargo-rpc
lib.rscargo-rpc
version0.1.0
sourcesrc
created_at2022-04-01 16:05:02.479217
updated_at2022-04-01 16:05:02.479217
description快速创建RPC脚手架
homepagehttps://axum.rs
repositoryhttps://github.com/aceaxum/cargo-rpc.git
max_upload_size
id560392
size2,661
(axumrs)

documentation

README

cargo-rpc

快速创建RPC脚手架

安装

cargo install cargo-rpc

使用

cargo rpc [选项] <命令>

命令

  • new:创建

  • init:初始化

  • add:添加

选项

  • --grpc:使用 gRPC(默认)

  • --jsonrpc:使用 JSON-RPC

Commit count: 2

cargo fmt