Added `iso_date` and `channel` to `rust_toolchain`. (#3957) This change is a slight deviation from the repository interface but that is subject to change whenever WORKSPACE support is dropped. Instead of `version` representing both a stable version or a nightly/beta channel with ISO date, version always represents the reported version of `rustc` which even nightly/beta toolchains will have. Users who care about nightly behavior should use the `channel` attribute and can make further inferences by `iso_date` if they need to know if they are using a version before or after a particular commit.
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.