mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-01 11:53:36 -04:00
- Introduced a new function `create_spacedrive_api_structure` to generate a comprehensive API structure for better type extraction. - Refactored the Swift type generation process to utilize the new API structure, improving the clarity and organization of generated code. - Added detailed logging for API structure summary, enhancing visibility into the generated types and their organization. - Created a new file `test_api_structure.rs` for testing the API structure generation, ensuring robustness and correctness in type extraction.