Release 0.35.0 (#2360)

Co-authored-by: Daniel Wagner-Hall <dwagnerhall@apple.com>
2 files changed
tree: 79e185a00a3ad6bb8367a38b2c1c0012643b344f
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. bzlmod/
  6. cargo/
  7. crate_universe/
  8. docs/
  9. examples/
  10. ffi/
  11. nix/
  12. proto/
  13. rust/
  14. test/
  15. tools/
  16. util/
  17. wasm_bindgen/
  18. .bazelignore
  19. .bazelrc
  20. .clang-format
  21. .envrc
  22. .gitattributes
  23. .gitignore
  24. .prettierrc.toml
  25. .rustfmt.toml
  26. ARCHITECTURE.md
  27. AUTHORS
  28. BUILD.bazel
  29. CODEOWNERS
  30. COMPATIBILITY.md
  31. CONTRIBUTING.md
  32. CONTRIBUTORS
  33. LICENSE.txt
  34. MODULE.bazel
  35. README.md
  36. version.bzl
  37. 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.