samscott89 / serde_qs

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

Improve support unit types #76

Closed valkum closed 1 year ago

valkum commented 1 year ago

This adds serializing and deserializing support for the following top level types:

()
struct A;

Fixes #72

djc commented 1 year ago

@samscott89 friendly ping? We'd like to be able to use this downstream.