Implement bindings for forward declared types (incomplete types) outside of namespaces.

Only TODO left for forward declarations is to implement namespace support. It looks like namespaces aren't far enough along for me to implement that, so I'm marking this bug as fixed for now.

PiperOrigin-RevId: 443217097
15 files changed
tree: 17ddc1662e89c66061606e54f4a554930698668c
  1. cc_template/
  2. common/
  3. lifetime_annotations/
  4. rs_bindings_from_cc/
  5. BUILD
  6. CODE_OF_CONDUCT
  7. CONTRIBUTING
  8. LICENSE
  9. 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.