mirror of https://github.com/bazelbuild/rules_rust
Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
a6426e06d0
Inline tests compile the same set of source files as the original crate. The set of aliases required will be the same or occasionally a superset. We shouldn't make users repeat them across targets. |
||
---|---|---|
.bazelci | ||
.bcr | ||
.github | ||
bindgen | ||
cargo | ||
crate_universe | ||
docs | ||
examples | ||
ffi | ||
nix | ||
proto | ||
rust | ||
test | ||
tools | ||
util | ||
wasm_bindgen | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.clang-format | ||
.clippy.toml | ||
.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 | ||
buildifier | ||
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.