Skip to content

Commit b5b68a7

Browse files
committed
feat(core-api): add weaver protobuf codegen #1556
Rust code now gets generated from the Weaver protocol buffer definitions Next step is to have the automated publishing set up. To test the rust build, you need to run either one of the following: `yarn lerna run proto:protoc-gen-rust` (from the project root) or a regular cargo build from the core-api package directory, e.g.: ```sh cd packages/cactus-core-api/ cargo build ``` Fixes #1556 Signed-off-by: Peter Somogyvari <[email protected]>
1 parent ade5b80 commit b5b68a7

File tree

13 files changed

+2246
-0
lines changed

13 files changed

+2246
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.config.json
22
.nyc_output/
33
dist/
4+
target/
45
.DS_Store
56
node_modules/
67
docs/main

0 commit comments

Comments
 (0)