commit | 01cc76ba58e2a67f2ec2d592e89c5d60d0fe7cb0 | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Thu Jul 01 13:19:28 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 01 13:19:28 2021 -0700 |
tree | 251e7017635b2d1410e9967663b9d1cc0532ca7c | |
parent | 4bf51b3c790c4c3d0ee8c28c15b7307b64a7069a [diff] |
Fixed inability to use `crate` attribute in wrapper rules with proc-macro targets. (#807) * Fixed inability to use `rust_test::crate` with proc-macro targets. * Updated example * Renamed to `transitive_type` to `wrapped_crate_type` * Buildifier fixes * Added unittests * Updated examples and addressed feedback * Updated examples again * Addressed feedback * Fixed optional argument not being optional * Addressed feedback * Moved integration tests * Addressed nit
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.