Support unnamed fields.

This is not a very important case, but it does occur (e.g., in `<bits/timex.h>`).

The reason to support this is to get rid of one of the remaining cases where we fail to import fields. If we could eliminate that fully, the overall importer setup could be simplified.

PiperOrigin-RevId: 448246613
8 files changed
tree: da6c4ea941ed837875959ae569423caef9b4642f
  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.