serde_qs 1.1.1

Querystrings for Serde
Documentation
1
2
3
4
5
6
7
8
---
source: tests/test_roundtrip.rs
description: "StringVariants { owned: \"hello world\", vec_owned: [\"one\", \"two\", \"three\"] }"
---
owned=hello+world&
vec_owned[0]=one&
vec_owned[1]=two&
vec_owned[2]=three