commit | 422c3b2ba057afd2fbb0c7ae16064ecd35255870 | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Wed Feb 28 17:26:35 2024 +0000 |
committer | GitHub <noreply@github.com> | Wed Feb 28 17:26:35 2024 +0000 |
tree | c9f4cadb31e75417152f34c3372502748783d549 | |
parent | 7c98e23e35cd2bbd191c69bbc039248f26f57191 [diff] |
Use pub(crate) rather than pub (#2526) Now that we actually have some pub items, this will help us to avoid accidentally leaking more (e.g. in https://github.com/bazelbuild/rules_rust/pull/2515 we are leaking `CrateId`, `Select`, and `CrateDependency` to be public because they're marked `pub` not `pub(crate)`. I'm not sure I like this, but wanted send as an RFC to discuss.
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.