#urlencoded #forms #url #no-std

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

#969 in Parser implementations

Download history 1983180/week @ 2024-12-17 1124243/week @ 2024-12-24 1475517/week @ 2024-12-31 2363655/week @ 2025-01-07 2373561/week @ 2025-01-14 2339667/week @ 2025-01-21 2427421/week @ 2025-01-28 2720884/week @ 2025-02-04 2640827/week @ 2025-02-11 3047503/week @ 2025-02-18 2943200/week @ 2025-02-25 3305024/week @ 2025-03-04 3309885/week @ 2025-03-11 3789901/week @ 2025-03-18 3487630/week @ 2025-03-25 2693273/week @ 2025-04-01

13,840,762 downloads per month
Used in 32,474 crates (150 directly)

MIT/Apache

28KB
589 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.


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.

Alternative Unicode back ends

url depends on the idna crate. By default, idna uses ICU4X as its Unicode back end. If you wish to opt for different tradeoffs between correctness, run-time performance, binary size, compile time, and MSRV, please see the README of the latest version of the idna_adapter crate for how to opt into a different Unicode back end.

Dependencies