pbc 0.1.23

generate crate from protobuf / 由 protobuf 生成 rust crate ( base on pb-jelly-gen / 基于 pb-jelly-gen )
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# pbc

generate rust crate from protobuf file

base on [pb-jelly-gen](https://crates.io/crates/pb-jelly-gen)

由 protobuf 生成 rust crate

基于 pb-jelly-gen

use:

```
cargo install pbc
pbc -c protobuf_file_dir # default is current dir
```

<+ ../about.md >