#http-query-string #deserialize #format #vec #parser

serde_array_query

Serde deserialization format for HTTP query string arrays

3 releases (breaking)

0.3.0 Mar 30, 2023
0.2.0 Nov 9, 2022
0.1.0 Jan 17, 2022

#2769 in Parser implementations

Download history 2830/week @ 2025-09-14 1759/week @ 2025-09-21 2210/week @ 2025-09-28 1868/week @ 2025-10-05 2613/week @ 2025-10-12 2755/week @ 2025-10-19 2244/week @ 2025-10-26 2575/week @ 2025-11-02 1629/week @ 2025-11-09 1190/week @ 2025-11-16 2277/week @ 2025-11-23 2109/week @ 2025-11-30 1584/week @ 2025-12-07

7,235 downloads per month

Apache-2.0

17KB
487 lines

serde_array_query

Serde deserialization format for "flat" HTTP array query strings like id=1&id=2, which parses to vec![1, 2].

Dependencies

~0.3–1MB
~22K SLoC