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 |
#564 in Parser implementations
8,938,877 downloads per month
Used in 28,454 crates
(130 directly)
29KB
594 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.