#urlencoded #forms #no-std #byte-string #parser #serialization #byte #form #append

no-std form_urlencoded

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms

4 stable releases

1.2.0 Jun 5, 2023
1.1.0 Sep 8, 2022
1.0.1 Feb 19, 2021
1.0.0 Jun 19, 2020

#58 in #no-std

Download history 1191721/week @ 2023-06-08 1109393/week @ 2023-06-15 1213433/week @ 2023-06-22 1082619/week @ 2023-06-29 1297297/week @ 2023-07-06 1079154/week @ 2023-07-13 1145384/week @ 2023-07-20 1101182/week @ 2023-07-27 1134438/week @ 2023-08-03 1098655/week @ 2023-08-10 1165323/week @ 2023-08-17 1239730/week @ 2023-08-24 1146436/week @ 2023-08-31 1276034/week @ 2023-09-07 1372795/week @ 2023-09-14 1356277/week @ 2023-09-21

5,388,703 downloads per month
Used in 19,316 crates (71 directly)

MIT/Apache

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