Follow-ups from #698 (#702)

* Remove now-obsolete integration tests - we have some unit test
  coverage now, and that coupled with our examples, should be
  sufficient. More unit tests will come over time.
* Remove file format and config hash comment from generated output - the
  hash is now factored into the serialised JSON, and the file format is
  not currently relevant, though we may need to introduce a new
  equivalent in the future.
3 files changed
tree: 85d989beab3e15811a32d1f9f0251fb2990638cb
  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.