RFC: rust_toolchains submodule
16 files changed
tree: 05c1dd45b0a999c3d380ebb5841f0d9ed4fcd326
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. extensions/
  9. ffi/
  10. nix/
  11. rust/
  12. rust_toolchains/
  13. test/
  14. tools/
  15. util/
  16. .bazelignore
  17. .bazelrc
  18. .bazelversion
  19. .clang-format
  20. .clippy.toml
  21. .envrc
  22. .gitattributes
  23. .gitignore
  24. .pre-commit-config.yaml
  25. .prettierrc.toml
  26. .rustfmt.toml
  27. .typos.toml
  28. ARCHITECTURE.md
  29. AUTHORS
  30. BUILD.bazel
  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
  40. WORKSPACE.bzlmod
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Starter repo

The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.

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.