Part #1 of adding mutable pointer types to Rust bindings.
This does **not** do:
* rust-side codegen
* const pointers
* The *way* bigger difficult problem of determining whether to translate from `T*` to `*mut T` or `Option<&T>`.
PiperOrigin-RevId: 397043315
5 files changed
tree: e5453f39efef6bcdb6699d8a3043713c93d54776
- 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.