You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the templates to generate the code are hardcoded in the functions. They could be moved to a "templates" directory and have their contents included in the final result with include_bytes!.
I have a feeling this would make things easier to update/add new functionality/support different tools.
(Another solution would be use Tera for extended template support, but I guess this is a second step after this.)