Find a file
Valentin Gosu 35abc325ba
Merge pull request #791 from servo/ver_2.3.0
Bump url version to 2.3.0
2022-09-07 13:01:06 +02:00
.github feat(url): add quirks::internal_components (#788) 2022-09-07 10:09:12 +02:00
data-url Update the minimum rust-version to 1.51 to fix a build break on the 1.45 CI pipeline due to an update of dependencies that now require the cargo resolver feature to be stablized. 2022-08-16 11:02:12 -07:00
debug_metadata Update natvis type definitions after latest changes to debuginfo type names in the Rust compiler. 2022-08-18 11:17:48 -07:00
form_urlencoded Update the minimum rust-version to 1.51 to fix a build break on the 1.45 CI pipeline due to an update of dependencies that now require the cargo resolver feature to be stablized. 2022-08-16 11:02:12 -07:00
idna perf(idna): fast-path simple/ascii domains (#761) 2022-09-06 14:16:07 +02:00
percent_encoding Update the minimum rust-version to 1.51 to fix a build break on the 1.45 CI pipeline due to an update of dependencies that now require the cargo resolver feature to be stablized. 2022-08-16 11:02:12 -07:00
url Bump url version to 2.3.0 2022-09-07 12:33:06 +02:00
.gitignore Split IDNA into a separate crate. 2016-04-17 19:37:49 +02:00
Cargo.toml url: move crate into a directory 2020-08-18 23:08:51 +01: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.