Add support for `experimental_output_paths` (#4011) For details on path mapping see https://github.com/bazelbuild/bazel/discussions/22658 Changes: - The process wrapper now explicitly handles `out_dir` to avoid location expanded environment variables. - `construct_arguments` is updated to support `rustc_flags` as an `Args` object. `List` is still supported though
This repository provides rules for building Rust projects with Bazel.
The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.
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.