Skip to content

Instantly share code, notes, and snippets.

@craftslab
Last active May 26, 2022 14:28
Show Gist options
  • Save craftslab/07d401819e6a185d9753d714157e2d62 to your computer and use it in GitHub Desktop.
Save craftslab/07d401819e6a185d9753d714157e2d62 to your computer and use it in GitHub Desktop.
bazel rust

Build

curl -LO https://github.com/bazelbuild/rules_rust/archive/refs/heads/main.zip
unzip main.zip

# target: bazel-bin/proto/helloworld/helloworld-descriptor-set.proto.bin
cd rules_rust-main/examples/proto/helloworld
bazel build helloworld

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment