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