Find a file
2021-02-18 11:20:05 -08:00
.github/workflows Test all features in CI 2020-12-08 16:47:35 +01:00
data-url Fix various clippy warnings 2021-01-28 13:24:04 +02:00
form_urlencoded form_urlencoded: inline small private module 2020-08-25 11:28:37 +02:00
idna Merge pull request #678 from djc/idna-0.2.2 2021-02-18 09:37:21 +01:00
percent_encoding percent_encoding: use regular crate layout 2020-08-25 11:29:59 +02:00
url Add tests to url package; update to 2.2.1 2021-02-18 11:20:05 -08: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.