Release 0.31.0 (#2270)

1 file changed
tree: 7c371fae23e84f6bf48ec1180806a4ed6855984c
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. cargo/
  6. crate_universe/
  7. docs/
  8. examples/
  9. ffi/
  10. proto/
  11. rust/
  12. test/
  13. tools/
  14. util/
  15. wasm_bindgen/
  16. .bazelignore
  17. .bazelrc
  18. .clang-format
  19. .gitattributes
  20. .gitignore
  21. .rustfmt.toml
  22. ARCHITECTURE.md
  23. AUTHORS
  24. BUILD.bazel
  25. CODEOWNERS
  26. COMPATIBILITY.md
  27. CONTRIBUTING.md
  28. CONTRIBUTORS
  29. LICENSE.txt
  30. MODULE.bazel
  31. README.md
  32. version.bzl
  33. 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.