Add template instantiation mode to rs_bindings_from_cc.

In this mode the tool doesn't assume it is generating bindgins for a C++ target,
but that it is instantiating templates for a Rust target.

Currently the mode does nothing. The real logic will come in a followup.

PiperOrigin-RevId: 447434871
4 files changed
tree: ff402d38f0ae45ad4eb8676853afad3e0ffd4158
  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.