No description
  • Rust 98%
  • Python 2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
bors-servo 3851a94a08
Auto merge of #474 - spl:patch-1, r=SimonSapin
Fix typo

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/474)
<!-- Reviewable:end -->
2018-12-03 08:15:27 -05:00
benches Add benchmark 2018-06-20 15:07:30 +02:00
data-url Fix data-url README 2018-02-02 10:42:54 +01:00
docs Shorter docs.rs URL 2016-09-09 10:38:43 +02:00
fuzz 'fuzzers' directory is deprecated, use 'fuzz_targets'. 2017-09-27 22:22:51 -04:00
idna Publish idna 0.1.5 2018-07-06 14:39:21 +02:00
percent_encoding Bump version numbers 2018-11-06 10:45:19 -08:00
src Fix typo 2018-12-03 15:03:50 +02:00
tests Escape backslash in special URL path components 2018-11-06 10:07:17 -08:00
url_serde Make url_serde use the local url crate when in the repo 2018-02-02 10:02:53 +01:00
.gitignore Split IDNA into a separate crate. 2016-04-17 19:37:49 +02:00
.travis.yml Remove unneeded webhook notification 2018-11-07 00:10:48 +01:00
appveyor.yml Create appveyor.yml 2015-05-09 14:57:43 +05:30
Cargo.toml Bump version numbers 2018-11-06 10:45:19 -08: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 Shorter docs.rs URL 2016-09-09 10:38:43 +02:00
UPGRADING.md Add some to UPGRADING.md 2016-06-27 17:53:23 +02:00

rust-url

Travis build Status Appveyor build status

URL library for Rust, based on the URL Standard.

Documentation

Please see UPGRADING.md if you are upgrading from 0.x to 1.x.