Moved all integration tests to `test/integration` (#3315) Integration tests in this context are defined as any tests which are expected to be run as it's own workspace (aka, have their own `WORKSPACE.bazel`/`MODULE.bazel` files). This makes the number of these easily identifiable and defines a pattern for how to introduce more going forward. Additionally, this change moved the `cc_common_link` examples to use bzlmod.
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.