commit | c177ccc1a75b11badd984c01e51e61c840c572d8 | [log] [tgz] |
---|---|---|
author | Marvin Hansen <marvin.hansen@gmail.com> | Fri Jul 12 20:31:00 2024 +0800 |
committer | GitHub <noreply@github.com> | Fri Jul 12 12:31:00 2024 +0000 |
tree | 9a9f6c8f54543820b3d96cad0eeb757e87fe01bd | |
parent | b3fe74cc97305908d67f9deb5f5a16b28667423d [diff] |
Bazelmod documentation and code examples. (#2713) This PR provides documentation of Bazelmod and several code examples that addresses a number of issues related to Bazelmod. Preview of the documentation: https://github.com/marvin-hansen/rules_rust/blob/main/docs/crate_universe_bzlmod.md First and foremost it paves the way for a meaningful update the Bazelmod documentation that references these and existing code examples. This touches at least the following issues: * #2670 * #2181 The compile_opt example addresses or resolves: * #515 * #2701 The musl_cross_compilling example addresses or resolves * #390 * #276 The oci_container does not relate to any open issue, although the tokio example in it gives a nice end to end example so this definitely helps those looking for something non-trivial. The proto example addresses or resolves: * #2668 * #302 * #2534 * Possibly a few more if I were to search longer Formalities * I've signed the CLA * I've signed all commits --------- Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com> Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.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.