Go to file
Daniel Wagner-Hall f9601927b2
Test BCR example in minimum bazel (#2613)
2024-04-15 15:48:15 +00:00
.bazelci Test BCR example in minimum bazel (#2613) 2024-04-15 15:48:15 +00:00
.bcr Test BCR example in minimum bazel (#2613) 2024-04-15 15:48:15 +00:00
.github
bindgen Re-vendor crate_universe outputs (#2609) 2024-04-10 14:13:09 +00:00
cargo Fix bzlmod examples on windows (#2454) 2024-02-23 12:55:58 +00:00
crate_universe Re-vendor crate_universe outputs (#2609) 2024-04-10 14:13:09 +00:00
docs Added Rust 1.77.2 (#2608) 2024-04-10 08:58:26 +00:00
examples Fix rust module extension for Bazel pre-7.1 (#2612) 2024-04-11 12:40:59 +00:00
ffi
nix
proto Re-vendor crate_universe outputs (#2609) 2024-04-10 14:13:09 +00:00
rust Test BCR example in minimum bazel (#2613) 2024-04-15 15:48:15 +00:00
test Re-vendor crate_universe outputs (#2609) 2024-04-10 14:13:09 +00:00
tools Re-vendor crate_universe outputs (#2609) 2024-04-10 14:13:09 +00:00
util Added Rust 1.77.2 (#2608) 2024-04-10 08:58:26 +00:00
wasm_bindgen Re-vendor crate_universe outputs (#2609) 2024-04-10 14:13:09 +00:00
.bazelignore
.bazelrc Added Rust 1.77.1 (#2591) 2024-04-05 15:07:18 +00:00
.clang-format
.envrc
.gitattributes
.gitignore Add MODULE.bazel.lock to gitignore (#2505) 2024-02-21 10:06:57 +00:00
.prettierrc.toml
.rustfmt.toml
ARCHITECTURE.md
AUTHORS
BUILD.bazel
CODEOWNERS
COMPATIBILITY.md
CONTRIBUTING.md
CONTRIBUTORS
LICENSE.txt
MODULE.bazel Release 0.42.0 (#2610) 2024-04-10 14:21:38 +00:00
README.md
WORKSPACE.bazel Implement support for dylib linkage (#2414) 2024-02-23 15:58:54 +00:00
version.bzl Release 0.42.0 (#2610) 2024-04-10 14:21:38 +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.