Find a file
Luca Casonato d40c4f1d6a
Align IPv4 parsing to spec
This commit aligns the IPv4 parsing steps to spec and adds the relevant
WPT tests.
2022-01-31 17:35:12 +01:00
.github remove codecov token (not needed) 2022-01-31 16:10:06 +01:00
data-url Use tester instead of rustc-test 2022-01-31 16:10:06 +01:00
form_urlencoded Update Rust MSRV to 1.45 2022-01-31 15:53:50 +01:00
idna Use tester instead of rustc-test 2022-01-31 16:10:06 +01:00
percent_encoding Update Rust MSRV to 1.45 2022-01-31 15:53:50 +01:00
url Align IPv4 parsing to spec 2022-01-31 17:35:12 +01: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 chore: add code coverage support 2020-08-25 10:54:23 +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 0.x to 1.x.