#forms #parser-serializer #url #parse-url #html #applications #serialization

no-std form_urlencoded

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms

5 stable releases

1.2.1 Nov 22, 2023
1.2.0 Jun 5, 2023
1.1.0 Sep 8, 2022
1.0.1 Feb 19, 2021
1.0.0 Jun 19, 2020

#1139 in Parser implementations

Download history 1740665/week @ 2024-05-19 1757498/week @ 2024-05-26 1899554/week @ 2024-06-02 1934408/week @ 2024-06-09 1862582/week @ 2024-06-16 1863780/week @ 2024-06-23 1742794/week @ 2024-06-30 1958129/week @ 2024-07-07 1888896/week @ 2024-07-14 1953825/week @ 2024-07-21 1945786/week @ 2024-07-28 1965896/week @ 2024-08-04 2016096/week @ 2024-08-11 1976386/week @ 2024-08-18 1982012/week @ 2024-08-25 1886113/week @ 2024-09-01

7,979,419 downloads per month
Used in 26,697 crates (123 directly)

MIT/Apache

29KB
595 lines

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.

Converts between a string (such as an URL’s query string) and a sequence of (name, value) pairs.

Dependencies