commit | 33f93ace380f6bf26b0f4473ffae736360903422 | [log] [tgz] |
---|---|---|
author | Oliver Graff <oliver.e.graff@gmail.com> | Thu Jun 06 09:55:07 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 06 16:55:07 2024 +0000 |
tree | 8493a6d6a9d7e6689a9af2cd5aa67bc69b025a09 | |
parent | e3a77c4dfb752f1e4480f06cb572fb11fab8dc33 [diff] |
Allow overriding crate universe packages to local packages (#2674) Allow external crates to be aliased to local targets In some cases it may be desirable to alias a public crate to a locally define rust_library target, even for dependencies of crates that are not being overriden. Support this use case by swapping out `alias` for `rust_library` when a user overrides the target using an annotation. --------- Co-authored-by: Daniel Wagner-Hall <dwagnerhall@apple.com>
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.