-
-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think you have created one of the most beautiful libraries in Rust (not only for GraphQL). Thanks again!
But there is one thing I don't like: compilation times especially during development.
I thought if instead of using macros you could generate the same code in one or more files (as for example clorinde does) maybe Cargo
would have a much easier life in caching between one change and another the code that has not been modified instead of regenerating each time the same code that comes from the macros?
I don't think there is much work needed to do this since the code you generate in the file must be exactly the same as what is already generated now by macros.
What do you think?
frederikhors and negezor
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request