| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .bazelci/ | 04-Jul-2025 | - | 785 | 712 | ||
| .bcr/ | 04-Jul-2025 | - | 84 | 74 | ||
| .github/ | 04-Jul-2025 | - | 373 | 330 | ||
| bindgen/ | 04-Jul-2025 | - | 12,426 | 11,773 | ||
| cargo/ | 04-Jul-2025 | - | 2,048 | 1,717 | ||
| crate_universe/ | 04-Jul-2025 | - | 335,887 | 328,632 | ||
| docs/ | 04-Jul-2025 | - | 7,447 | 5,429 | ||
| examples/ | 04-Jul-2025 | - | 166,050 | 157,430 | ||
| ffi/ | 04-Jul-2025 | - | 155 | 66 | ||
| nix/ | 04-Jul-2025 | - | 98 | 90 | ||
| proto/ | 04-Jul-2025 | - | 31,639 | 29,337 | ||
| rust/ | 04-Jul-2025 | - | 62,799 | 61,121 | ||
| test/ | 04-Jul-2025 | - | 26,832 | 23,657 | ||
| tools/ | 04-Jul-2025 | - | 9,754 | 8,718 | ||
| util/ | 04-Jul-2025 | - | 2,705 | 2,234 | ||
| wasm_bindgen/ | 04-Jul-2025 | - | 23,643 | 22,267 | ||
| .bazelignore | D | 04-Jul-2025 | 118 | 8 | 8 | |
| .bazelrc | D | 04-Jul-2025 | 3.2 KiB | 83 | 62 | |
| .clang-format | D | 04-Jul-2025 | 44 | 5 | 4 | |
| .envrc | D | 04-Jul-2025 | 342 | 11 | 9 | |
| .gitattributes | D | 04-Jul-2025 | 1.2 KiB | 21 | 20 | |
| .gitignore | D | 04-Jul-2025 | 574 | 42 | 32 | |
| .prettierrc.toml | D | 04-Jul-2025 | 116 | 4 | 3 | |
| .rustfmt.toml | D | 04-Jul-2025 | 235 | 7 | 5 | |
| ARCHITECTURE.md | D | 04-Jul-2025 | 2.6 KiB | 59 | 44 | |
| AUTHORS | D | 04-Jul-2025 | 651 | 21 | 18 | |
| BUILD.bazel | D | 04-Jul-2025 | 4.1 KiB | 149 | 130 | |
| CODEOWNERS | D | 04-Jul-2025 | 77 | 3 | 2 | |
| COMPATIBILITY.md | D | 04-Jul-2025 | 5.3 KiB | 110 | 83 | |
| CONTRIBUTING.md | D | 04-Jul-2025 | 1.4 KiB | 28 | 22 | |
| CONTRIBUTORS | D | 04-Jul-2025 | 883 | 24 | 22 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| LICENSE.txt | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| METADATA | D | 04-Jul-2025 | 551 | 20 | 18 | |
| MODULE.bazel | D | 04-Jul-2025 | 5.1 KiB | 187 | 175 | |
| README.md | D | 04-Jul-2025 | 1 KiB | 22 | 12 | |
| WORKSPACE.bazel | D | 04-Jul-2025 | 2.9 KiB | 94 | 54 | |
| version.bzl | D | 04-Jul-2025 | 53 | 4 | 2 |
README.md
1# Rust Rules 2 3* Postsubmit [](https://buildkite.com/bazel/rustlang-rules-rust-postsubmit?branch=main) 4 5## Overview 6 7This repository provides rules for building [Rust](https://www.rust-lang.org/) projects with [Bazel](https://bazel.build/). 8 9## Community 10 11General discussions and announcements take place in the [GitHub Discussions](https://github.com/bazelbuild/rules_rust/discussions), but there are 12additional places where community members gather to discuss `rules_rust`. 13 14* Chat: [#rust](https://bazelbuild.slack.com/archives/CSV56UT0F) channel on Bazel Slack: [https://slack.bazel.build/](https://slack.bazel.build/) 15* **Archived** Developer mailing list: [groups.google.com/g/rules_rust](https://groups.google.com/g/rules_rust) 16 17## Documentation 18 19<!-- TODO: Render generated docs on the github pages site again, https://bazelbuild.github.io/rules_rust/ --> 20 21Please refer to [the full documentation](https://bazelbuild.github.io/rules_rust). 22