genetic-lander-schema

Crates.iogenetic-lander-schema
lib.rsgenetic-lander-schema
version0.1.0
sourcesrc
created_at2021-12-17 17:28:40.77398
updated_at2021-12-17 17:28:40.77398
descriptionSchema library for Genetic Lander Stack
homepage
repository
max_upload_size
id499692
size19,338
Pedro Ferreira Ramos (bateramos)

documentation

README

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

Commit count: 0

cargo fmt