commit | b10e49b77dc2f6e0e0e0ea859907c18e709eee33 | [log] [tgz] |
---|---|---|
author | Marcel Hlopko <hlopko@google.com> | Mon May 09 03:57:32 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 09 03:57:59 2022 -0700 |
tree | 176880e2b07585276db78a99b21322864267c557 | |
parent | 3951285042746473e58821d6275741d170875de3 [diff] |
Add 'collect_instantiations' This library scans Rust source files and collects all usages of the `cc_template!` macro. The plan is to use this library from `rs_bindings_from_cc` tool (which will need to grow a few command line flags to support the template instantiation mode). PiperOrigin-RevId: 447430749