#forms #url #parse-url #parser-serializer #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

#476 in Parser implementations

Download history 1382467/week @ 2024-01-02 1449546/week @ 2024-01-09 1596083/week @ 2024-01-16 1615368/week @ 2024-01-23 1775685/week @ 2024-01-30 1747124/week @ 2024-02-06 1695468/week @ 2024-02-13 1800237/week @ 2024-02-20 1855790/week @ 2024-02-27 1801452/week @ 2024-03-05 1781414/week @ 2024-03-12 1786380/week @ 2024-03-19 1685534/week @ 2024-03-26 1837939/week @ 2024-04-02 1776502/week @ 2024-04-09 1480339/week @ 2024-04-16

7,096,470 downloads per month
Used in 23,840 crates (109 directly)

MIT/Apache

29KB
600 lines

rust-url

Build status Coverage Chat License: MIT License: Apache 2.0

URL library for Rust, based on the URL Standard.

Documentation

Please see UPGRADING.md if you are upgrading from a previous version.


lib.rs:

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