1 unstable release
0.1.0 | Dec 17, 2021 |
---|
#1501 in Database interfaces
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