Prepare to consume lifetime annotations.

The code still only does lifetime elision, but it has been restrutured in a way
that will make it easy to add lifetime annotations once the required upstream
Clang change lands. (In fact, I already have a pending CL that adds the support
for lifetime annotations.)

PiperOrigin-RevId: 419753833
5 files changed
tree: 18a900b71c3c4724b0d706cf352544da3ff5e1d7
  1. lifetime_annotations/
  2. rs_bindings_from_cc/
  3. CODE_OF_CONDUCT
  4. CONTRIBUTING
  5. LICENSE
  6. 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.