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

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

#1828 in Parser implementations

Download history 1761/week @ 2024-11-25 1823/week @ 2024-12-02 1634/week @ 2024-12-09 1687/week @ 2024-12-16 456/week @ 2024-12-23 641/week @ 2024-12-30 2267/week @ 2025-01-06 2139/week @ 2025-01-13 2324/week @ 2025-01-20 2228/week @ 2025-01-27 2429/week @ 2025-02-03 1989/week @ 2025-02-10 1654/week @ 2025-02-17 1985/week @ 2025-02-24 1543/week @ 2025-03-03 2209/week @ 2025-03-10

7,512 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
~21K SLoC