Currently code generation is basically done by string concatenation, which is "good enough" but could be improved, current suggestions are: - `tera` (https://github.com/Wulf/dsync/pull/89#issuecomment-1783916991) - `quote` + `prettyplease`
Currently code generation is basically done by string concatenation, which is "good enough" but could be improved, current suggestions are:
tera(Some maintenance changes (refactors) #89 (comment))quote+prettyplease