• Home
Name Date Size #Lines LOC

..--

.bazelci/04-Jul-2025-785712

.bcr/04-Jul-2025-8474

.github/04-Jul-2025-373330

bindgen/04-Jul-2025-12,42611,773

cargo/04-Jul-2025-2,0481,717

crate_universe/04-Jul-2025-335,887328,632

docs/04-Jul-2025-7,4475,429

examples/04-Jul-2025-166,050157,430

ffi/04-Jul-2025-15566

nix/04-Jul-2025-9890

proto/04-Jul-2025-31,63929,337

rust/04-Jul-2025-62,79961,121

test/04-Jul-2025-26,83223,657

tools/04-Jul-2025-9,7548,718

util/04-Jul-2025-2,7052,234

wasm_bindgen/04-Jul-2025-23,64322,267

.bazelignoreD04-Jul-2025118 88

.bazelrcD04-Jul-20253.2 KiB8362

.clang-formatD04-Jul-202544 54

.envrcD04-Jul-2025342 119

.gitattributesD04-Jul-20251.2 KiB2120

.gitignoreD04-Jul-2025574 4232

.prettierrc.tomlD04-Jul-2025116 43

.rustfmt.tomlD04-Jul-2025235 75

ARCHITECTURE.mdD04-Jul-20252.6 KiB5944

AUTHORSD04-Jul-2025651 2118

BUILD.bazelD04-Jul-20254.1 KiB149130

CODEOWNERSD04-Jul-202577 32

COMPATIBILITY.mdD04-Jul-20255.3 KiB11083

CONTRIBUTING.mdD04-Jul-20251.4 KiB2822

CONTRIBUTORSD04-Jul-2025883 2422

LICENSED04-Jul-202511.1 KiB203169

LICENSE.txtD04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025551 2018

MODULE.bazelD04-Jul-20255.1 KiB187175

README.mdD04-Jul-20251 KiB2212

WORKSPACE.bazelD04-Jul-20252.9 KiB9454

version.bzlD04-Jul-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