Querystrings for Serde, enabling serialization and deserialization of query strings.
# Cargo.toml
[dependencies]
serde_qs = "1.1.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserializes a query string into a struct using Serde.
Use `serde_qs::Config::new(5, false)` to allow nested arrays or objects.
No dependency data recorded yet.