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

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

#571 in Parser implementations

Download history 2570929/week @ 2024-10-09 2797423/week @ 2024-10-16 2175919/week @ 2024-10-23 2069091/week @ 2024-10-30 2072408/week @ 2024-11-06 2203091/week @ 2024-11-13 2175171/week @ 2024-11-20 1910984/week @ 2024-11-27 2302394/week @ 2024-12-04 2370413/week @ 2024-12-11 1774582/week @ 2024-12-18 1129965/week @ 2024-12-25 1705619/week @ 2025-01-01 2401993/week @ 2025-01-08 2335197/week @ 2025-01-15 1969087/week @ 2025-01-22

8,592,058 downloads per month
Used in 30,040 crates (141 directly)

MIT/Apache

29KB
593 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