samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
193 stars 68 forks source link

Add support for enums in top level #84

Open sbihel opened 1 year ago

sbihel commented 1 year ago

Partially address #71

I am not sure this is the best way to do it, whether it will impact currently untested scenarios, or slow down deserialisation heavily. So I'm open to any suggestion.