Open RReverser opened 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.
serde(rename_all = ...)
rename_all
Currently, there is no way to combine prefix with
serde(rename_all = ...)
. I think it should be possible for serde-prefix to look up therename_all
atrribute and combine its rules with the prefix one.