commit | 52e3ba4c99692b5354faff0fb1aa62ddf884024c | [log] [tgz] |
---|---|---|
author | David Marcin <david@metawork.com> | Wed Sep 01 17:28:12 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 01 17:28:12 2021 -0700 |
tree | 5049ecf63dd19a51ae01e4fe0abd1870d3f9b8a7 | |
parent | 5beb773ff8a9886f4a8e50ce0b22d79c969b6f68 [diff] |
Support passing arbitrary extra flags to rustc (#566) * Support passing arbitrary extra codegen args to rustc * Update defs.bzl * buildifier fixes * Add doc string * Regenerate documentation * fix lint * PR feedback * Regenerate documentation * Fix link for codegen * Regenerate documentation * Rename to extra_rustc_flags * Regenerate documentation * buildifier * Better method to exclude from the exec configuration * Regenerate documentation * Refactor is_exec_configuration utility function * buildifier * Regenerate documentation * Add test * Revert extraneous changes * Regenerate documentation
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.