tree: 613f45d96e5ef4bbcc9ed5f6c824c55686a74165
  1. .bazelci/
  2. .bcr/
  3. cargo/
  4. crate_universe/
  5. docs/
  6. examples/
  7. extensions/
  8. ffi/
  9. nix/
  10. rust/
  11. test/
  12. tools/
  13. util/
  14. .bazelignore
  15. .bazelrc
  16. .bazelversion
  17. .clang-format
  18. .clippy.toml
  19. .gitattributes
  20. .gitignore
  21. .pre-commit-config.yaml
  22. .prettierrc.toml
  23. .rustfmt.toml
  24. .typos.toml
  25. ARCHITECTURE.md
  26. AUTHORS
  27. BUILD.bazel
  28. CODEOWNERS
  29. COMPATIBILITY.md
  30. CONTRIBUTING.md
  31. CONTRIBUTORS
  32. LICENSE.txt
  33. MODULE.bazel
  34. README.md
  35. version.bzl
  36. WORKSPACE.bazel
  37. WORKSPACE.bzlmod
third_party/bazel_vendor/rules_rust+/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.