samscott89 / serde_qs

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

Fix QsQueryConfig example #67

Closed stefankreutz closed 2 years ago

stefankreutz commented 2 years ago

QsQuery's FromRequest implementation expects a plain QsQueryConfig extension, i.e., not an Arc.

samscott89 commented 2 years ago

Thank you!