#schema #protoc #genetic #stack #proto #lander

genetic-lander-schema

适用于Genetic Lander Stack的Schema库

1个不稳定版本

0.1.0 2021年12月17日

#1501数据库接口

Apache-2.0

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