2015-10-23 11:01:22 +00:00
|
|
|
# Rust Rules
|
|
|
|
|
2021-01-28 23:24:36 +00:00
|
|
|
* Postsubmit [![Build status](https://badge.buildkite.com/76523cc666caab9ca91c2a08d9ac8f84af28cb25a92f387293.svg?branch=main)](https://buildkite.com/bazel/rustlang-rules-rust-postsubmit?branch=main)
|
2019-11-01 08:58:13 +00:00
|
|
|
|
2018-12-20 01:21:18 +00:00
|
|
|
## Overview
|
|
|
|
|
2021-02-21 17:05:24 +00:00
|
|
|
This repository provides rules for building [Rust](https://www.rust-lang.org/) projects with [Bazel](https://bazel.build/).
|
2018-12-20 01:21:18 +00:00
|
|
|
|
2021-02-01 14:10:13 +00:00
|
|
|
## Community
|
|
|
|
|
2021-06-29 19:56:19 +00:00
|
|
|
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`.
|
|
|
|
|
2021-02-01 14:10:13 +00:00
|
|
|
* Chat: [#rust](https://bazelbuild.slack.com/archives/CSV56UT0F) channel on Bazel Slack: [https://slack.bazel.build/](https://slack.bazel.build/)
|
2021-06-29 19:56:19 +00:00
|
|
|
* **Archived** Developer mailing list: [groups.google.com/g/rules_rust](https://groups.google.com/g/rules_rust)
|
|
|
|
|
|
|
|
## Documentation
|
2018-12-20 01:21:18 +00:00
|
|
|
|
|
|
|
<!-- TODO: Render generated docs on the github pages site again, https://bazelbuild.github.io/rules_rust/ -->
|
|
|
|
|
2020-06-30 10:05:23 +00:00
|
|
|
Please refer to [the full documentation](https://bazelbuild.github.io/rules_rust).
|