Closed paul-hansen closed 7 months ago
Looks like there is an open PR for this already: https://github.com/samscott89/serde_qs/pull/91 While it's odd that creating the deserializer can error, I can work with that.
I see that PR has been sitting for awhile, If you'd like other changes to it lmk and I'd be happy to adopt it if the author isn't around.
Similar to exposing the Serializer in https://github.com/samscott89/serde_qs/issues/63 would it be possible to expose the Deserializer?
I'm using serde_urlencoded with serde_path_to_error and would like to switch to serde_qs but I don't see how to do this with the current public API (lmk if I might be missing something). Here's the code I used with serde_urlencoded:
Thanks for this library! I've been using it indirectly through Leptos and have been moving away from their server functions to get error handling setup way I want it.