fix: support `external_include_paths` in rust_bindgen (#3819) Include external_includes (from `external_include_paths` cc toolchain feature, see https://github.com/bazelbuild/bazel/pull/13107) in system includes so that external dependency headers are found and treated as system headers.
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.