• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jan-2022-

benches/H20-Jan-2022-1912

docs/H03-May-2022-

src/H20-Jan-2022-5,6403,445

tests/H20-Jan-2022-8,4418,287

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D20-Jan-20221.8 KiB8467

LICENSE-APACHEH A D20-Jan-202210.6 KiB202169

LICENSE-MITH A D20-Jan-20221 KiB2622

README.mdH A D20-Jan-2022536 116

UPGRADING.mdH A D20-Jan-202210.2 KiB264210

appveyor.ymlH A D20-Jan-2022399 1411

README.md

1rust-url
2========
3
4[![Travis build Status](https://travis-ci.org/servo/rust-url.svg?branch=master)](https://travis-ci.org/servo/rust-url) [![Appveyor build status](https://ci.appveyor.com/api/projects/status/ulkqx2xcemyod6xa?svg=true)](https://ci.appveyor.com/project/Manishearth/rust-url)
5
6URL library for Rust, based on the [URL Standard](https://url.spec.whatwg.org/).
7
8[Documentation](https://docs.rs/url/)
9
10Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from 0.x to 1.x.
11