commit | d5d7fb8fe42d7208f2f3528c4bf2cf94f082ef80 | [log] [tgz] |
---|---|---|
author | Matt <msta@google.com> | Tue Oct 31 11:42:16 2023 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 31 11:42:16 2023 +0100 |
tree | f88d7a9ae5f8271311d211d5d8ad61f4728472db | |
parent | bbd207b9de165cbb38a195c7751950a814152dbe [diff] |
Split write_splicing_manifest and write_config_file. (#2225) This commit creates the "generate" prefix for each of these functions, which generates the content of these files in a way that doesn't touch the ctx variable. This allows us to use these functions in module extensions, which is required for https://github.com/bazelbuild/rules_rust/pull/1910. --------- Co-authored-by: UebelAndre <github@uebelandre.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.