Skip to content

Commit

Permalink
feat(core-api): add weaver protobuf codegen #1556
Browse files Browse the repository at this point in the history
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 <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 21, 2022
1 parent ade5b80 commit b5b68a7
Show file tree
Hide file tree
Showing 13 changed files with 2,246 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.config.json
.nyc_output/
dist/
target/
.DS_Store
node_modules/
docs/main
Expand Down
Loading

0 comments on commit b5b68a7

Please sign in to comment.