Move macro-private stuff into the __internal submodule

Some types and functions need to be public so they are accessible to the
user of the macro. In thic CL we move all such types and functions into an
__internal module to make it explicit that these things are not really for
public use.

PiperOrigin-RevId: 415493003
1 file changed
tree: 28a1e53d242de8f7bc68d3478b500c4153793a18
  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.