Find a file
Valentin Gosu fc76310aeb
Merge pull request #747 from crowlKats/whatwg/url#685
add all C0 controls and add U+007F to is_invalid_domain_char
2022-01-28 17:12:59 +01:00
.github Update issue templates 2021-04-07 14:25:15 +02:00
data-url fix failed ci 2021-11-29 18:43:33 +08:00
form_urlencoded Update to 1.0.1 2021-02-19 09:19:47 +01:00
idna Appease clippy 2022-01-28 12:12:23 +01:00
percent_encoding Lint 2021-03-10 10:30:15 +01:00
url Merge pull request #747 from crowlKats/whatwg/url#685 2022-01-28 17:12:59 +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 Let’s not try to manually maintain a list of authors. 2016-04-20 23:17:00 +02: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.