bazel /
crubit /
fed64e62aa90ac962f46ad783ce1ea8e4c50a854 Verify that omitting ManuallyDrop is safe - `assert_impl_all(...: Copy)`
After this CL the generated Rust bindings also include assertions that
verify that it was indeed safe to omit `ManuallyDrop<T>` for some fields:
assert_impl_all( #field_type: Copy )
PiperOrigin-RevId: 436589564
17 files changed
tree: daf4a521d9afa69891ae032e0a1321c681495fae
- 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.