serde_qs 1.1.1

Querystrings for Serde
Documentation
1
2
3
4
5
6
7
---
source: tests/test_roundtrip.rs
description: "HelperEdgeCases { tricky_comma: [\"first\", \"second\", \"third\"], numbers_with_negatives: [-10, 0, 10, -5, 5], unicode_words: [\"Hello\", \"δΈ–η•Œ\", \"🌍\"] }"
---
tricky_comma=first,second,third&
numbers_with_negatives=-10|0|10|-5|5&
unicode_words=Hello+%E4%B8%96%E7%95%8C+%F0%9F%8C%8D