Go to file
UebelAndre ce1b842c9d
Support rustfmt on crates with generated sources (#2255)
closes https://github.com/bazelbuild/rules_rust/issues/2254
2023-11-16 11:40:34 +01:00
.bazelci Updated crate_universe dependencies (#2228) 2023-11-02 07:23:24 -07:00
.bcr Add configuration to mirror github releases to bazel central registry (#2256) 2023-11-13 21:18:46 -08:00
.github Added github action to publish cargo-bazel binaries. (#2134) 2023-09-04 08:11:44 -07:00
bindgen Run "bazel run //*:crates_vendor" (#2245) 2023-11-08 06:18:30 -08:00
cargo add compile_data attr to cargo_build_script (#2203) 2023-10-19 15:43:47 +02:00
crate_universe Run "bazel run //*:crates_vendor" (#2245) 2023-11-08 06:18:30 -08:00
docs Support rustfmt on crates with generated sources (#2255) 2023-11-16 11:40:34 +01:00
examples Rerun crates_vendor for additional packages (#2251) 2023-11-09 19:22:49 -08:00
ffi/cc Set up default allocator_library and global_allocator_library (#2172) 2023-09-29 14:45:38 +01:00
proto Run "bazel run //*:crates_vendor" (#2245) 2023-11-08 06:18:30 -08:00
rust [prost] includes prost crate infos in rust_analyzer_aspect (#2232) 2023-10-31 21:18:52 -07:00
test Support rustfmt on crates with generated sources (#2255) 2023-11-16 11:40:34 +01:00
tools Support rustfmt on crates with generated sources (#2255) 2023-11-16 11:40:34 +01:00
util process_wrapper: write all output from rustc if json parsing fails. (#2234) 2023-11-03 13:55:57 +01:00
wasm_bindgen Update wasm-bindgen to 0.2.88 (#2240) 2023-11-07 10:49:56 -08:00
.bazelignore Support for `no_std` mode (#1934) 2023-05-03 14:38:47 +02:00
.bazelrc Disable Bzlmod explicitly in .bazelrc (#2182) 2023-10-06 17:01:55 +01:00
.clang-format Added Rust 1.71.0 (#2062) 2023-07-27 10:19:55 +00:00
.gitattributes Update using_cxx example to cxx 1.0.109 (#2200) 2023-10-14 08:56:08 -07:00
.gitignore Support for `no_std` mode (#1934) 2023-05-03 14:38:47 +02:00
.rustfmt.toml Support rustfmt on crates with generated sources (#2255) 2023-11-16 11:40:34 +01:00
ARCHITECTURE.md Fix typos in ARCHITECTURE.md (#821) 2021-07-04 05:51:47 -07:00
AUTHORS Allow rust toolchain repositories from custom repo rules (#1036) 2021-11-29 15:18:08 +00:00
BUILD.bazel Support for `no_std` mode (#1934) 2023-05-03 14:38:47 +02:00
CODEOWNERS Update the CODEOWNERS file (#345) 2020-06-22 11:04:52 +02:00
COMPATIBILITY.md Define backwards compatibility policy for `rules_rust` (#832) 2021-08-12 09:13:55 +02:00
CONTRIBUTING.md Move rust rules to their own repository 2016-03-04 15:11:40 -05:00
CONTRIBUTORS Allow rust toolchain repositories from custom repo rules (#1036) 2021-11-29 15:18:08 +00:00
LICENSE.txt Move rust rules to their own repository 2016-03-04 15:11:40 -05:00
MODULE.bazel Support cargo_bazel_bootstrap for bzlmod (#2021) 2023-10-25 14:23:31 +00:00
README.md Remove deleted pipeline from README (#934) 2021-09-10 10:07:14 +02:00
WORKSPACE.bazel Migrade rbe_ubuntu1604 to rbe_ubuntu2004 (#2208) 2023-10-19 15:12:21 +02:00
version.bzl Release 0.30.0 (#2219) 2023-10-27 06:34:15 -07: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.