carllerche/codegen

Fields annotations?

nbigaouette-eai opened this issue · 2 comments

It would be interesting to be able to add a field annotations (to structs and enums?).

For example I often need to rename my fields for serde using #[serde(rename = "mixedCaseRequired")].

I would take a PR for that :)

;) I'll probably make one in a near future.