bazel /
crubit /
d0fc2947b00509f08e55bac83c2b4aa7e027cf8f Account for textual headers when determining the owning target of a decl
Before this cl, we did not generate bindings for decls coming from textual headers, as they didn't belong to any target/crate. Now, when we inspect a decl coming from a textual header, we go up the #include stack to locate the first header that has an owning target, and that target becomes the owner of the decl.
PiperOrigin-RevId: 423281830
8 files changed
tree: f1a595111c043c8c8a2a4bef354fe17d3d35b75b
- 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.