samscott89 / serde_qs

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

Deserializing a tuple struct containing a vec (including unit test) #90

Open chmielot opened 1 year ago

chmielot commented 1 year ago

When trying to deserialize a tuple struct that contains a vec I get the error

"invalid type: map, expected a sequence

I understand why that is but I'm stuck with finding a way to make it work. The following PR shows what I'm trying to do by extending the unit tests:

https://github.com/chmielot/serde_qs/pull/1/files