Closed ticklepoke closed 2 years ago
Hey @ticklepoke! sorry for the slow response here.
This is a super reasonable request. Just added to 0.10.1: https://docs.rs/serde_qs/latest/serde_qs/struct.Serializer.html
Wow thanks for sorting this out! :heart:
Is there support for instantiating
QsSerializer
like how serde_json provides anew()
constructor method?I intend to use
serde_qs
withserde_path_to_error::serialize()
and they require animpl Serialize
object as an argument.