Manually traverse the AST instead of using an `AstVisitor`.

This is in preparation of more precisely determining which types can
be imported or not (potentially because of dependencies), but it does
not yet make that change.

The intent is to not yet change which decls get visited. It also
doesn't apply the lookup mechanism to types, yet. These will be
follow-up changes.

PiperOrigin-RevId: 424577249
8 files changed
tree: e651e718e741b90f12055f2a1f4684adf3c6d26b
  1. lifetime_annotations/
  2. rs_bindings_from_cc/
  3. CODE_OF_CONDUCT
  4. CONTRIBUTING
  5. LICENSE
  6. 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.