Find a file
Valentin Gosu 00e9e18ce6
Update url 2.5.0 (#885)
* Update data-url to 0.3.1

* Update percent_encoding to 2.3.1

* Update form_urlencoded to 1.2.1

* Update idna to 0.5.0

* Update url to 2.5.0
2023-11-22 18:56:54 +00:00
.github Stabilize debugger_visualizer feature (#855) 2023-07-14 21:05:57 +00:00
data-url Update url 2.5.0 (#885) 2023-11-22 18:56:54 +00:00
debug_metadata use checked addition to not panic in debug build (#877) 2023-11-08 08:29:28 +00:00
form_urlencoded Update url 2.5.0 (#885) 2023-11-22 18:56:54 +00:00
idna Update url 2.5.0 (#885) 2023-11-22 18:56:54 +00:00
percent_encoding Update url 2.5.0 (#885) 2023-11-22 18:56:54 +00:00
url Update url 2.5.0 (#885) 2023-11-22 18:56:54 +00:00
url_debug_tests Move debugger_visualizer tests to separate crate 2023-07-12 10:42:10 +02:00
.gitignore Split IDNA into a separate crate. 2016-04-17 19:37:49 +02:00
Cargo.toml Move debugger_visualizer tests to separate crate 2023-07-12 10:42:10 +02:00
deny.toml Add configuration for GitHub Actions 2020-08-24 15:59:50 +02:00
LICENSE-APACHE Start with an empty crate. 2013-10-18 15:19:54 +01:00
LICENSE-MIT Update Rust MSRV to 1.45 2022-01-31 15:53:50 +01:00
README.md Update Readme and use SPDX license format 2022-02-24 19:51:54 -08:00
SECURITY.md Create SECURITY.md 2022-07-11 18:31:06 +02:00
UPGRADING.md docs: Typo in example (#614) 2020-06-25 14:06:37 +02:00

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.