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

genetic-lander-schema

Schema library for Genetic Lander Stack

1 unstable release

0.1.0 Dec 17, 2021

#24 in #protoc

Apache-2.0

20KB
447 lines

js: protoc --proto_path=. --js_out=import_style=commonjs,binary:build/js schemas/*.proto

ts:

install protoc ts plugin:

npm install -g ts-proto-gen

protoc --proto_path=. --ts_out=build/js schemas/*.proto

rs:

install protoc rust plugin:

cargo install protobuf-codegen

protoc --rust_out build/rs schemas/*.proto

cargo package --allow-dirty

Dependencies

~1.5MB
~28K SLoC