commit | acfce01740b8779c6b3dd199716a3aba7afc5b80 | [log] [tgz] |
---|---|---|
author | Marcel Hlopko <hlopko@google.com> | Wed Feb 03 09:11:48 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 03 09:11:48 2021 +0100 |
tree | 5b7d27ba375447a12317f3cbbd195670033f24be | |
parent | 932a389dbfb227189062f343a738c0246494016a [diff] |
Add //rust/private/BUILD (therefore create a package there) (#569) This PR achieves the following: * buildifier bzl-visibility check was not detecting violations as it assumes private package, not just a directory * adds //rust:common.bzl file where all the publicly available and supported API for writing custom rules interacting with Rust will reside * the private package now sets the stability expectations, and it forces us to think about API layering and abstractions. This turned out to be much bigger PR than expected :(
This repository provides rules for building [Rust][rust] projects with Bazel.
Please refer to the full documentation.