Go to file
Sam McCall a6426e06d0
rust_test(crate=foo) inherits foo.aliases (#2965)
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.
2024-10-28 16:04:57 +00:00
.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 Add s390x arch support (#2616) 2024-09-06 15:11:20 +00:00
version.bzl

README.md

Rust Rules

  • Postsubmit Build status

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.

Documentation

Please refer to the full documentation.