Added `rust_test_suite` macro (#679)

* Added `rust_test_suite`

* Regenerate documentation

* Updated test suite

* Regenerate documentation

* Added error handling

* Optimize name generation

* Fixed bug in rust_test where target names contain `/`

* Addressed PR feedback

* Regenerate documentation

* Updated comments

* Regenerate documentation
12 files changed
tree: c4397ac0386ab9b957da395aa9841bcdc24fe6e4
  1. .bazelci/
  2. .github/
  3. bindgen/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. proto/
  9. rust/
  10. test/
  11. tools/
  12. util/
  13. wasm_bindgen/
  14. .bazelignore
  15. .bazelrc
  16. .gitignore
  17. ARCHITECTURE.md
  18. AUTHORS
  19. bootstrap.sh
  20. BUILD.bazel
  21. CODEOWNERS
  22. CONTRIBUTING.md
  23. CONTRIBUTORS
  24. LICENSE.txt
  25. README.md
  26. WORKSPACE.bazel
  27. workspace.bzl
README.md

Rust Rules

  • Postsubmit Build status
  • Postsubmit + Current Bazel Incompatible Flags Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

Please refer to the full documentation.