bazel /
crubit /
44e3fbc5bd6b256fe7c7eeec71a0a3efb090b3dc Don't import type aliases that define well-known types, like `uint8_t`.
The generated bindings will always use the corresponding Rust types (e.g. `u8`),
and we don't want user-written code to use the C++ names for these types either.
PiperOrigin-RevId: 420976925
3 files changed
tree: 96e27be12ac95cd46ebea41f135ecb62283a67de
- 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 take us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.