2 stable releases
1.0.1 | Feb 19, 2021 |
---|---|
1.0.0 | Jun 19, 2020 |
2,249,624 downloads per month
Used in 11,117 crates
(45 directly)
27KB
589 lines
rust-url
URL library for Rust, based on the URL Standard.
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.