serde_qs 1.1.1

Querystrings for Serde
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: tests/test_roundtrip.rs
description: "EdgeCasePrimitives { empty_string: \"\", zero_int: 0, zero_float: 0.0, false_bool: false, space_string: \"   \", special_chars: \"!@#$%^&*()_+-=[]{}|;':,.<>?/~`\" }"
---
empty_string=&
zero_int=0&
zero_float=0.0&
false_bool=false&
space_string=+++&
special_chars=!@%23$%^%26*()_%2B-%3D%5B%5D{}|;':,.%3C%3E?/~`