Wulf / dsync

Generate rust structs & query functions from diesel schema files
Other
70 stars 13 forks source link

Generate doc-comments for structs, fields and functions #107

Closed hasezoey closed 11 months ago

hasezoey commented 11 months ago

This PR adds basic doc-comment generation for all generated structs, fields and functions. The generated doc-comments currently do not include examples

re #56

hasezoey commented 11 months ago

updated to fix clippy warnings when they were introduced