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
Typeshare currently uses the serde rename attribute to rename the output type but when using custom serialisation (not using the derived Serialization), it's not possible to use the Serdes rename attribute.
I can't see there's another way to pass a rename option to typeshare, but if not a #[typeshare(rename = "...")] attribute would be good.
Typeshare currently uses the serde rename attribute to rename the output type but when using custom serialisation (not using the derived Serialization), it's not possible to use the Serdes rename attribute.
I can't see there's another way to pass a rename option to typeshare, but if not a
#[typeshare(rename = "...")]
attribute would be good.The text was updated successfully, but these errors were encountered: