bazel /
crubit /
bf520b40a66f5f15be5512dfde08728632a495dc Remove src_code_gen_test.cc
This test is not adding much. Compared to src_code_gen.rs tests it also covers
that C++ code correctly reads the strings passed from Rust (FFIIntegration).
There is only a small step from there to a full integration tests such as
goldens. Therefore I think FFI integration is sufficiently tested and
the understandability and focus of the FFIIntegration test is not enough to pay
for the ongoing maintenance (the test needs to be changed each time there is a
change in the generated code).
PiperOrigin-RevId: 434412850
1 file changed
tree: e0b26f8fbe0b7c2c746b3be5300e03dd566b5b88
- 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.