blob: 3fcb512b3a458528eaf1937e5f291277ba10951f [file] [view]
# Rust Rules
* Postsubmit [![Build status](https://badge.buildkite.com/76523cc666caab9ca91c2a08d9ac8f84af28cb25a92f387293.svg?branch=main)](https://buildkite.com/bazel/rustlang-rules-rust-postsubmit?branch=main)
* Postsubmit + Current Bazel Incompatible Flags [![Build status](https://badge.buildkite.com/64e1f18bbd4cb612f8efd44f755f8dc493ffd69b7140d973a9.svg?branch=main)](https://buildkite.com/bazel/rules-rust-plus-bazelisk-migrate)
## Overview
This repository provides rules for building [Rust](https://www.rust-lang.org/) projects with [Bazel](https://bazel.build/).
## 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).