url

Crates.iourl
lib.rsurl
version2.5.3
sourcesrc
created_at2014-11-14 18:37:08.658193
updated_at2024-11-04 10:14:38.199781
descriptionURL library for Rust, based on the WHATWG URL Standard
homepage
repositoryhttps://github.com/servo/rust-url
max_upload_size
id109
size572,711
rust-url (github:servo:rust-url)

documentation

https://docs.rs/url

README

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.

Commit count: 1338

cargo fmt