commit | 18bb5d29457f9f3d2de60384cddbf55d4858d21f | [log] [tgz] |
---|---|---|
author | Marcel Hlopko <hlopko@google.com> | Mon May 09 04:23:43 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 09 04:24:15 2022 -0700 |
tree | ff402d38f0ae45ad4eb8676853afad3e0ffd4158 | |
parent | 315a2be9392eb7ba90c408f95dd9180e51f8ecb4 [diff] |
Add template instantiation mode to rs_bindings_from_cc. In this mode the tool doesn't assume it is generating bindgins for a C++ target, but that it is instantiating templates for a Rust target. Currently the mode does nothing. The real logic will come in a followup. PiperOrigin-RevId: 447434871