Renamed workspace name from `io_bazel_rule_rust` to `rules_rust` (#500)

Generated by running
```bash
LANG=C sed -i '' -e 's/io_bazel_rules_rust/rules_rust/' $(find . -type f -not -path "./.git/*")
```

There's some small amount of sorting in here as well (based on the new name)

Closes https://github.com/bazelbuild/rules_rust/issues/499

Blocked by https://github.com/google/cargo-raze/pull/298 and https://github.com/google/cargo-raze/issues/304
383 files changed
tree: bd7f64d459abc2cf650860379577d6998cc58b52
  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. AUTHORS
  15. BUILD
  16. CODEOWNERS
  17. CONTRIBUTING.md
  18. CONTRIBUTORS
  19. LICENSE.txt
  20. README.md
  21. WORKSPACE
  22. 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.

Please refer to the full documentation.