bazel /
crubit /
bfd8d322b779f6bb66460559ad5e2e73a28a10a8 Create initial intermediate representation types
These will represent the interface between Clang AST and our source code
generation.
Since all textual data will eventually be referenced from the source code text
that gets written to a file, we decided to default to absl::Cord instead of
std::string.
PiperOrigin-RevId: 388196666
1 file changed
tree: aabb46152ed0e8daf074f96525d444073c964bc1
- 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.