jonathan-s / serde-prefix

Allows you to use a macro prefix_all to prefix every attribute in structs and enums on serialization
MIT License
12 stars 3 forks source link

Support rename_all rule #3

Open RReverser opened 3 years ago

RReverser commented 3 years ago

Currently, there is no way to combine prefix with serde(rename_all = ...). I think it should be possible for serde-prefix to look up the rename_all atrribute and combine its rules with the prefix one.