Name Date Size #Lines LOC

..--

.bazelci/H25-Apr-2025-785712

.bcr/H25-Apr-2025-8474

.github/H25-Apr-2025-373330

bindgen/H25-Apr-2025-12,42611,773

cargo/H25-Apr-2025-2,0481,717

crate_universe/H25-Apr-2025-335,887328,632

docs/H25-Apr-2025-7,4475,429

examples/H25-Apr-2025-166,050157,430

ffi/H25-Apr-2025-15566

nix/H25-Apr-2025-9890

proto/H25-Apr-2025-31,63929,337

rust/H25-Apr-2025-62,79961,121

test/H25-Apr-2025-26,83223,657

tools/H25-Apr-2025-9,7548,718

util/H25-Apr-2025-2,7052,234

wasm_bindgen/H25-Apr-2025-23,64322,267

.bazelignoreH A D25-Apr-2025118 88

.bazelrcH A D25-Apr-20253.2 KiB8362

.clang-formatH A D25-Apr-202544 54

.envrcH A D25-Apr-2025342 119

.gitattributesH A D25-Apr-20251.2 KiB2120

.gitignoreH A D25-Apr-2025574 4232

.prettierrc.tomlH A D25-Apr-2025116 43

.rustfmt.tomlH A D25-Apr-2025235 75

ARCHITECTURE.mdH A D25-Apr-20252.6 KiB5944

AUTHORSH A D25-Apr-2025651 2118

BUILD.bazelH A D25-Apr-20254.1 KiB149130

CODEOWNERSH A D25-Apr-202577 32

COMPATIBILITY.mdH A D25-Apr-20255.3 KiB11083

CONTRIBUTING.mdH A D25-Apr-20251.4 KiB2822

CONTRIBUTORSH A D25-Apr-2025883 2422

LICENSEH A D25-Apr-202511.1 KiB203169

LICENSE.txtH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025551 2018

MODULE.bazelH A D25-Apr-20255.1 KiB187175

README.mdH A D25-Apr-20251 KiB2212

WORKSPACE.bazelH A D25-Apr-20252.9 KiB9454

version.bzlH A D25-Apr-202553 42

README.md

1# Rust Rules
2
3* Postsubmit [![Build status](https://badge.buildkite.com/76523cc666caab9ca91c2a08d9ac8f84af28cb25a92f387293.svg?branch=main)](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