Add aliases attribute to rust tag class. (#2975)

The aliases tag attribute can be used to rename the toolchain
repositories created by the rust module
extension. Additionally, the rust module extension has been marked
reproducible, meaning we will no longer store toolchain repos in the
lock file.
7 files changed
tree: bc6d606c79918c44c9b86fdce640fc9028741b15
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. cargo/
  6. crate_universe/
  7. docs/
  8. examples/
  9. ffi/
  10. nix/
  11. proto/
  12. rust/
  13. test/
  14. tools/
  15. util/
  16. wasm_bindgen/
  17. .bazelignore
  18. .bazelrc
  19. .bazelversion
  20. .clang-format
  21. .clippy.toml
  22. .envrc
  23. .gitattributes
  24. .gitignore
  25. .prettierrc.toml
  26. .rustfmt.toml
  27. ARCHITECTURE.md
  28. AUTHORS
  29. BUILD.bazel
  30. buildifier
  31. CODEOWNERS
  32. COMPATIBILITY.md
  33. CONTRIBUTING.md
  34. CONTRIBUTORS
  35. LICENSE.txt
  36. MODULE.bazel
  37. README.md
  38. version.bzl
  39. WORKSPACE.bazel
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.