Add pointer support to C++ codegen.

The IR does not have any special information currently for e.g. the pointer types. In the future, this should probably become some kind of enum. I'm leaving this to a followup CL because it's currently not needed (all information is localized to the two functions `format_rs_type` and `format_cc_type`), and because it's actually a bit annoying to do.

PiperOrigin-RevId: 397255306
2 files changed
tree: 909c24f56f55949af948001474d2cddf93f89796
  1. rs_bindings_from_cc/
  2. CODE_OF_CONDUCT
  3. CONTRIBUTING
  4. LICENSE
  5. 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.