xref: /aosp_15_r20/external/bazelbuild-rules_rust/README.md (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
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