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")]`.