Hello!
Thank you for creating this crate, I really like the support for a variety of methods to handle arrays/nested structs.
I wanted to suggest adding support for serialization as well. It would be fantastic if the crate could take any struct that implements Serialize and convert it back into a query string format, respecting the different parsing modes. This would put it on par with other crates like serde_urlencoded.
Hello!
Thank you for creating this crate, I really like the support for a variety of methods to handle arrays/nested structs.
I wanted to suggest adding support for serialization as well. It would be fantastic if the crate could take any struct that implements Serialize and convert it back into a query string format, respecting the different parsing modes. This would put it on par with other crates like
serde_urlencoded.