bazel /
crubit /
7039390d59706a2118bb636ba66bfa1554186feb Merge the logic of PointerTo and ReferenceTo.
These only differ slightly: ReferenceTo doesn't allow for null, and they have different cc_name values. Unfortunately, that last difference means it doesn't really make sense for ReferenceTo to directly call PointerTo. But they do basically do the same thing: in crubit IR, both pointers and references are a bit interchangable.
PiperOrigin-RevId: 434733085
1 file changed
tree: df85e5a77c2a728291b6ce146170e49a7a9da68a
- lifetime_annotations/
- 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 pull us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.