Add extensions_bindgen_ios task in CI to verify iOS cross-compilation (#4071) Bindgen is failing to generate bindings for the iOS platform in google3 due to extra Apple-specific Clang flags that are not currently allowlisted by the bindgen implementation. Adding the iOS task to the upstream CI will help catch any cross-compilation failures early.
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.