#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

#350 in Parser implementations

Download history 1392031/week @ 2023-11-24 1478540/week @ 2023-12-01 1479724/week @ 2023-12-08 1354285/week @ 2023-12-15 841327/week @ 2023-12-22 1142513/week @ 2023-12-29 1448016/week @ 2024-01-05 1482684/week @ 2024-01-12 1649271/week @ 2024-01-19 1675441/week @ 2024-01-26 1766714/week @ 2024-02-02 1751698/week @ 2024-02-09 1708405/week @ 2024-02-16 1838041/week @ 2024-02-23 1870775/week @ 2024-03-01 946050/week @ 2024-03-08

6,667,294 downloads per month
Used in 22,827 crates (98 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