| context.rs |
|
5125 |
- |
| from_uniffi_meta.rs |
Organize the metadata, transforming it from a simple list to a more tree-like structure. |
15454 |
- |
| mod.rs |
Initial IR, this is the Metadata from uniffi_meta with some slight changes:
* Crate names / modules names / namespace names are normalized to be namespace names
* The metadata list is grouped into a tree-like structure:
* At the top is Namespace values (modules for most languages)
* Namespaces have types and functions as their children
* Types can have methods/constructors etc. as their children. |
6427 |
- |
| nodes.rs |
|
10443 |
- |
| types.rs |
|
6513 |
- |