Deserialise with strum in camelCase mode

Hi all

With strum, I understand how to create a new type from an enum: EnumDiscriminants in strum_macros - Rust
I notice that strum allows me to serialize this new type in camelCase but I haven't found any way to deserialize this type in camelCase.

Does anyone have a solution?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.