Replace the two lists of `Func`s and `Record`s in the IR by a single list of
`enum Item`/`std::variant<Func, Record>`.

This is to enable stable ordering of bindings in source header order.

PiperOrigin-RevId: 400247551
8 files changed
tree: 1e8da00811de87a435b6850ad05e938d057fe5fe
  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.