Added rustfmt config for running rustfmt in CI (#747)

* Added rustfmt_aspect to enforce formatting in the workspace

* Added config

* Added alias and updated docs

* Fixed formatting

* Regenerate documentation

* Addressed PR feedback

* Revert "Added alias and updated docs"

This reverts commit 191fb68741f4d8bec1856774ac1fb437ecb514cd.

* Updated formatting

* Revert "Regenerate documentation"

This reverts commit 4af576e881ccc6d42c675a9fde6c851827092aef.
12 files changed
tree: 5f24b1a6612b69f2b2fa1a4352487e6f52560e6c
  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. BUILD.bazel
  20. CODEOWNERS
  21. CONTRIBUTING.md
  22. CONTRIBUTORS
  23. LICENSE.txt
  24. README.md
  25. WORKSPACE.bazel
  26. 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.