Go to file
UebelAndre e97988273b
Updated docs to use mdbook (#2834)
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.
2024-09-05 17:51:48 +00:00
.bazelci Consistently thread extra target constraints around (#2829) 2024-09-03 19:44:28 +00:00
.bcr Test BCR example in minimum bazel (#2613) 2024-04-15 15:48:15 +00:00
.github Updated docs to use mdbook (#2834) 2024-09-05 17:51:48 +00:00
bindgen crate_universe: Only compile label regex once. (#2751) 2024-07-31 20:35:49 +00:00
cargo Moved `cargo_dep_env` into it's own file. (#2823) 2024-09-03 10:38:38 +00:00
crate_universe Restored bzlmod documentation. (#2798) 2024-08-18 17:09:50 +00:00
docs Updated docs to use mdbook (#2834) 2024-09-05 17:51:48 +00:00
examples Consistently thread extra target constraints around (#2829) 2024-09-03 19:44:28 +00:00
ffi Minor cleanup (#2357) 2023-12-27 11:13:16 +00:00
nix
proto Update Prost (proto) dependencies to latest versions (#2810) 2024-08-26 18:36:41 +00:00
rust Consistently thread extra target constraints around (#2829) 2024-09-03 19:44:28 +00:00
test Moved `cargo_dep_env` into it's own file. (#2823) 2024-09-03 10:38:38 +00:00
tools Updated rust-analyzer to use repo vs generated files as crate roots (#2717) 2024-07-04 15:35:09 +00:00
util Merge repin scripts (#2769) 2024-07-31 09:30:54 +00:00
wasm_bindgen Respect "--no-typescript" flag in wasm_bindgen (#2765) 2024-07-29 22:05:24 +00:00
.bazelignore upstream wrappers for cargo, rustc, cargo-clippy (#2703) 2024-06-25 11:34:39 +00:00
.bazelrc Add docs and examples of complicated build scripts (#2635) 2024-05-03 13:56:44 +00:00
.clang-format
.envrc fix: use `watch_file` in `.envrc` (#2343) 2023-12-18 12:31:34 -08:00
.gitattributes Expose crates_vendor deps to bzlmod (#2372) 2023-12-28 18:53:57 +00:00
.gitignore Bazelmod documentation and code examples. (#2713) 2024-07-12 12:31:00 +00:00
.prettierrc.toml
.rustfmt.toml
ARCHITECTURE.md
AUTHORS
BUILD.bazel Add target for running rustfmt directly (#2648) 2024-05-10 16:41:10 +00:00
CODEOWNERS
COMPATIBILITY.md Remove redundant/legacy cargo_build_script.bzl (#2364) 2023-12-28 10:39:36 +00:00
CONTRIBUTING.md
CONTRIBUTORS
LICENSE.txt
MODULE.bazel Update Prost (proto) dependencies to latest versions (#2810) 2024-08-26 18:36:41 +00:00
README.md
WORKSPACE.bazel rust-analyzer: Factor aliases into the project (#2709) 2024-06-20 15:47:56 +00:00
version.bzl Release 0.49.3 (#2791) 2024-08-13 14:55:06 +00:00

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.