commit | d87eadfe689cc890f2a1456975c93893e97dfd72 | [log] [tgz] |
---|---|---|
author | Matt <msta@google.com> | Wed May 15 19:17:59 2024 +1000 |
committer | GitHub <noreply@github.com> | Wed May 15 09:17:59 2024 +0000 |
tree | d02c2752409e2052aa47858da23eb1f0c0aa860a | |
parent | c88ba10b51a7bc9a4c4f2a316ac8221d0612ee98 [diff] |
Allow searching for the rlocation of a module. (#2652) Currently, if the repo mapping maps "foo" to "real_foo", then: * `rlocation!(r, "foo/bar/baz")` will return "real_foo/bar/baz" * `rlocation!(r, "foo")` will return `foo` This PR handles the case where the user attempts to do something like `rlocation!("rules_rust")` (which is valid for directory based runfiles).
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.