Fix order of libraries in CcInfo (#623)

While there run buildifier again (Bazel folks are figuring out why it's
not running reliably on the CI).
15 files changed
tree: 61f345010aaf09628ec2b0d347bf1fca3825c9ae
  1. .bazelci/
  2. bindgen/
  3. cargo/
  4. docs/
  5. examples/
  6. proto/
  7. rust/
  8. test/
  9. tools/
  10. util/
  11. wasm_bindgen/
  12. .bazelignore
  13. .gitignore
  14. ARCHITECTURE.md
  15. AUTHORS
  16. BUILD
  17. CODEOWNERS
  18. CONTRIBUTING.md
  19. CONTRIBUTORS
  20. LICENSE.txt
  21. README.md
  22. WORKSPACE
  23. 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.