Add extra_rustc_flag and extra_exec_rustc_flag (#1413)

* Add extra_rustc_flag and extra_exec_rustc_flag

* Restore Label wrappers

* Update docs/BUILD.bazel and docs/symbols.bzl

* Regenerate documentation

* Revert "Regenerate documentation"

This reverts commit 37a39e19f032595e841e48429cd0c91524961146.

* Regenerate documentation
12 files changed
tree: 2c6fa8531dbbd27c6abfb704dec7cef71608c758
  1. .bazelci/
  2. .github/
  3. bindgen/
  4. cargo/
  5. crate_universe/
  6. distro/
  7. docs/
  8. examples/
  9. proto/
  10. rust/
  11. test/
  12. tools/
  13. util/
  14. wasm_bindgen/
  15. .bazelignore
  16. .bazelrc
  17. .clang-format
  18. .gitignore
  19. ARCHITECTURE.md
  20. AUTHORS
  21. BUILD.bazel
  22. CODEOWNERS
  23. COMPATIBILITY.md
  24. CONTRIBUTING.md
  25. CONTRIBUTORS
  26. LICENSE.txt
  27. README.md
  28. version.bzl
  29. WORKSPACE.bazel
  30. workspace.bzl
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.