#query-string #string-parser #http #array #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

#1975 in Parser implementations

Download history 1178/week @ 2024-11-17 1575/week @ 2024-11-24 2007/week @ 2024-12-01 1623/week @ 2024-12-08 1763/week @ 2024-12-15 462/week @ 2024-12-22 588/week @ 2024-12-29 2230/week @ 2025-01-05 2206/week @ 2025-01-12 2274/week @ 2025-01-19 2259/week @ 2025-01-26 2362/week @ 2025-02-02 1985/week @ 2025-02-09 1696/week @ 2025-02-16 2045/week @ 2025-02-23 1427/week @ 2025-03-02

7,206 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–0.9MB
~21K SLoC