Always use param files to handle large rustc commands (#4038) Using a params file helps avoid OS limitations for command line lengths. This should provide a more stable experience on all platforms. closes https://github.com/bazelbuild/rules_rust/issues/4006
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.