`x-www-form-urlencoded` meets Serde, providing serialization and deserialization of URL-encoded data.
# Cargo.toml
[dependencies]
serde_urlencoded = "0.7.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example deserializing a URL-encoded string into a struct.
No known issues recorded.
No dependency data recorded yet.