Serializes and deserializes Rust structs to/from URL query string parameters using Serde.
# Cargo.toml
[dependencies]
serde_url_params = "0.2.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serializes a struct to a URL query string and deserializes it back.
Flatten nested structs or use a different serialization approach for complex data.
No dependency data recorded yet.