1个不稳定版本
0.1.0 | 2021年12月17日 |
---|
#1501 在 数据库接口
20KB
447 行
js: protoc --proto_path=. --js_out=import_style=commonjs,binary:build/js schemas/*.proto
ts
安装protoc ts插件
npm install -g ts-proto-gen
protoc --proto_path=. --ts_out=build/js schemas/*.proto
rs
安装protoc rust插件
cargo install protobuf-codegen
protoc --proto_path=. --rust_out build/rs schemas/*.proto
cargo package --allow-dirty
依赖项
~1.5MB
~28K SLoC