| Crates.io | genetic-lander-schema |
| lib.rs | genetic-lander-schema |
| version | 0.1.0 |
| created_at | 2021-12-17 17:28:40.77398+00 |
| updated_at | 2021-12-17 17:28:40.77398+00 |
| description | Schema library for Genetic Lander Stack |
| homepage | |
| repository | |
| max_upload_size | |
| id | 499692 |
| size | 19,338 |
js: protoc --proto_path=. --js_out=import_style=commonjs,binary:build/js schemas/*.proto
ts:
protoc --proto_path=. --ts_out=build/js schemas/*.proto
rs:
protoc --rust_out build/rs schemas/*.proto
cargo package --allow-dirty