serde_qs 1.1.1

Querystrings for Serde
Documentation
1
2
3
4
5
6
7
---
source: tests/test_roundtrip.rs
description: "WithAliases { user_name: \"alice\", message: \"hello world\", normal: 42 }"
---
user_name=alice&
message=hello+world&
normal=42