blob: eec57a6090bc9ae6fb88d9b5a2b46df76407e625 [file] [log] [blame] [view] [edit]
# Rust Rules
* Postsubmit [![Build status](https://badge.buildkite.com/76523cc666caab9ca91c2a08d9ac8f84af28cb25a92f387293.svg?branch=main)](https://buildkite.com/bazel/rustlang-rules-rust-postsubmit?branch=main)
## Overview
This repository provides rules for building [Rust](https://www.rust-lang.org/) projects with [Bazel](https://bazel.build/).
### Starter repo
The fastest way to try this in an empty project is to click the green "Use this template" button on https://github.com/bazel-starters/rust.
## Community
General discussions and announcements take place in the [GitHub Discussions](https://github.com/bazelbuild/rules_rust/discussions), but there are
additional places where community members gather to discuss `rules_rust`.
* Chat: [#rust](https://bazelbuild.slack.com/archives/CSV56UT0F) channel on Bazel Slack: [https://slack.bazel.build/](https://slack.bazel.build/)
* **Archived** Developer mailing list: [groups.google.com/g/rules_rust](https://groups.google.com/g/rules_rust)
## Documentation
<!-- TODO: Render generated docs on the github pages site again, https://bazelbuild.github.io/rules_rust/ -->
Please refer to [the full documentation](https://bazelbuild.github.io/rules_rust).