#query-string #http #array #format #vec #parser #flat

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

#1010 in Parser implementations

Download history 1174/week @ 2023-12-10 684/week @ 2023-12-17 104/week @ 2023-12-24 554/week @ 2023-12-31 1261/week @ 2024-01-07 1609/week @ 2024-01-14 1648/week @ 2024-01-21 2343/week @ 2024-01-28 2228/week @ 2024-02-04 1023/week @ 2024-02-11 1797/week @ 2024-02-18 1651/week @ 2024-02-25 1806/week @ 2024-03-03 1689/week @ 2024-03-10 2143/week @ 2024-03-17 1761/week @ 2024-03-24

7,459 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.4–1MB
~24K SLoC