| from_uniffi_meta.rs |
Organize the metadata, transforming it from a simple list to a more tree-like structure. |
18933 |
- |
| mod.rs |
Initial IR, this is the Metadata from uniffi_meta with some slight changes:
* The Type/Literal enums are wrapped in TypeNode/LiteralNode structs. This allows for future pipeline passes to add fields.
* Metadata is normalized and grouped from a Rust module_path/crate_namse into namespace modules. |
5948 |
- |
| nodes.rs |
|
7654 |
- |