Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: export_all_to_string function #354

Open
Blechlawine opened this issue Sep 16, 2024 · 0 comments
Open

Feature request: export_all_to_string function #354

Blechlawine opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Blechlawine
Copy link

export_to_string already does this, but only for one single type. export_all_to_string would basically do the same as export_all except output them as a String (Could also be a Vec<String>) to manually create the files for the types.

Currently, one can achieve the same result by manually calling export_to_string() on all types, manually searching for their dependencies, and calling export_to_string() on them as well.

@Blechlawine Blechlawine added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant