Compile golden files

We used to do this in the past, but then probably sometimes during changes to
the Bazel infrastructure we stopped. This CL brings this back in the form of an
empty `rust_test` that triggers the compilation of all bindings, but doesn't
test anything at runtime.

PiperOrigin-RevId: 446457767
2 files changed
tree: 50e53dd3ee866902416cfb353994138fbf6d4e62
  1. cc_template/
  2. common/
  3. docs/
  4. lifetime_annotations/
  5. migrator/
  6. rs_bindings_from_cc/
  7. BUILD
  8. CODE_OF_CONDUCT
  9. CONTRIBUTING
  10. LICENSE
  11. README.md
README.md

Crubit: C++/Rust Bidirectional Interop Tool

Extremely experimental interop tooling for C++ and Rust.

Please don‘t use, this is an experiment and we don’t yet know where will it take us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.