mirror of https://github.com/bazelbuild/rules_rust
Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
e97988273b
This updates docs to be built using [mdbook](https://rust-lang.github.io/mdBook/) for improved readability and search-ability. Note that the raw markdown from stardoc is still committed to the repo and can be easily viewed at any commit to ensure users are able to get the correct docs for their current version of rules_rust. |
||
---|---|---|
.bazelci | ||
.bcr | ||
.github | ||
bindgen | ||
cargo | ||
crate_universe | ||
docs | ||
examples | ||
ffi | ||
nix | ||
proto | ||
rust | ||
test | ||
tools | ||
util | ||
wasm_bindgen | ||
.bazelignore | ||
.bazelrc | ||
.clang-format | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
.prettierrc.toml | ||
.rustfmt.toml | ||
ARCHITECTURE.md | ||
AUTHORS | ||
BUILD.bazel | ||
CODEOWNERS | ||
COMPATIBILITY.md | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE.txt | ||
MODULE.bazel | ||
README.md | ||
WORKSPACE.bazel | ||
version.bzl |
README.md
Rust Rules
Overview
This repository provides rules for building Rust projects with Bazel.
Community
General discussions and announcements take place in the GitHub Discussions, but there are
additional places where community members gather to discuss rules_rust
.
- Chat: #rust channel on Bazel Slack: https://slack.bazel.build/
- Archived Developer mailing list: groups.google.com/g/rules_rust
Documentation
Please refer to the full documentation.