commit | 3803401dd6df2d3ca09b321258805ec581425f90 | [log] [tgz] |
---|---|---|
author | James Leitch <jleitch@consumingchaos.com> | Fri Dec 15 09:13:47 2023 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 15 17:13:47 2023 +0000 |
tree | ff02566dee7a5c718a3366c40386f3bcef60ed43 | |
parent | c0e66562e95fbd6e8251dd8a549c24be6c243225 [diff] |
`cargo-bazel` now supports `alias_rule` to customize the aliases generated (#2312) Motivator is to be able to set `default_alias_rule = "opt"` so that all Cargo fetched 3rd party dependencies are built with `compilation_mode=opt` regardless of what `compilation_mode` the local code is being built with.
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.