Skip to content

servo/rust-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6811cbe · Nov 4, 2024
Oct 29, 2024
Oct 17, 2024
Nov 8, 2023
Apr 2, 2024
Oct 29, 2024
Sep 27, 2024
Nov 4, 2024
Jul 12, 2023
Apr 17, 2016
Jul 12, 2023
Oct 18, 2013
Jan 31, 2022
Sep 16, 2024
Jul 11, 2022
Jun 25, 2020
Aug 24, 2020

Repository files navigation

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.