samscott89 / serde_qs

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

Add test for `csv_vectors` example #82

Closed Gordon01 closed 7 months ago

Gordon01 commented 1 year ago

This PR adds a test for the mentioned example because it suffered from the bit rot and currently doesn't work:

> cargo r -q --example csv_vectors
Query { r: [], s: 12 }
samscott89 commented 7 months ago

Thank you!