Improve concurrency control for cargo_tree_resolver (#3580) Not spawning everything at once makes sense, but doing it in batches per-host can lead to some bottlenecking as well as CPU contention if there are many platforms. Use a "semaphore" instead. 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.