bazel /
crubit /
7ef80734c610f13f5a862755386946147ccda9d3 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
- rs_bindings_from_cc/
- CODE_OF_CONDUCT
- CONTRIBUTING
- LICENSE
- 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.