URL parser for Rust
docs.rs/url/

Dirkjan Ochtman e003e93ecb idna: clean up clippy warnings 6 年之前
data-url 0877793edc data-url: clean up clippy warnings 6 年之前
form_urlencoded 0fb53a7595 form_urlencoded: clean up clippy warnings 6 年之前
idna e003e93ecb idna: clean up clippy warnings 6 年之前
percent_encoding 9a75a29039 Fix typo in precent-encoding documentation (#611) 6 年之前
url 9522bc3a88 url: clean up clippy warnings 6 年之前
.gitignore 83f4b9e954 Split IDNA into a separate crate. 10 年之前
.travis.yml 661eba3eed Increment MSVR to 1.36.0 6 年之前
Cargo.toml cf89eab9b5 url: move crate into a directory 6 年之前
LICENSE-APACHE 0339bc2d9a Start with an empty crate. 13 年之前
LICENSE-MIT 4a59d935fc Let’s not try to manually maintain a list of authors. 10 年之前
README.md cd9ac7fa8e Update Travis CI URL 7 年之前
UPGRADING.md b03895bd47 docs: Typo in example (#614) 6 年之前
appveyor.yml ac2acc1c41 Create appveyor.yml 11 年之前

README.md

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.