Extract cargo from rust toolchain tar (#409)

This allows for `cargo` to be used from scripts which may want to invoke
`cargo`, while coupling the version used with the rest of the toolchain
used for the build.
1 file changed
tree: 4e84f7be81799fa9e2b59249ecedfdb5ef5c5dc9
  1. .bazelci/
  2. bindgen/
  3. cargo/
  4. docs/
  5. examples/
  6. proto/
  7. rust/
  8. test/
  9. tools/
  10. util/
  11. wasm_bindgen/
  12. .bazelignore
  13. .gitignore
  14. AUTHORS
  15. BUILD
  16. CODEOWNERS
  17. CONTRIBUTING.md
  18. CONTRIBUTORS
  19. libc.BUILD
  20. LICENSE.txt
  21. package-lock.json
  22. package.json
  23. README.md
  24. renovate.json
  25. WORKSPACE
  26. workspace.bzl
README.md

Rust Rules

  • Postsubmit Build status
  • Postsubmit + Current Bazel Incompatible Flags Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Please refer to the full documentation.