bazel /
crubit /
3962d1885e9965cae5e95c6790a021f2d63d1d96 Rename rs_src_code_gen to src_code_gen.
Originally we planned to have C++ code generation implemented in C++, but now we
decided to generate C++ in Rust using quote! macro.
Therefore there will only be one src_code_gen.
PiperOrigin-RevId: 391488138
5 files changed
tree: 9622262d5ddf259e9dcfd3684ea27ef34de24811
- 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.