URL parser for Rust
docs.rs/url/

Simon Sapin 5364f2b19f Add Url::domain and Url::ip_address hace 10 años
idna e0e60e9b1e IDNA: One test in the test harness per test case. hace 10 años
src 5364f2b19f Add Url::domain and Url::ip_address hace 10 años
tests 1c9fb2f104 Update tests from https://github.com/w3c/web-platform-tests/blob/master/url/ hace 10 años
.gitignore 83f4b9e954 Split IDNA into a separate crate. hace 10 años
.travis.yml c7e7ecec3e Enable Travis notifications for Homu hace 11 años
Cargo.toml 5364f2b19f Add Url::domain and Url::ip_address hace 10 años
LICENSE-APACHE 0339bc2d9a Start with an empty crate. hace 13 años
LICENSE-MIT 0339bc2d9a Start with an empty crate. hace 13 años
Makefile 7517c8d565 Make rustc-serialize an optional dependency. hace 10 años
README.md 1fa0b75829 Rewrite description per #121 hace 11 años
appveyor.yml ac2acc1c41 Create appveyor.yml hace 11 años
build.rs 5364f2b19f Add Url::domain and Url::ip_address hace 10 años
github.png 6318279688 Use the new and shiny 'cargo doc' hace 12 años

README.md

rust-url

Travis build Status Appveyor build status

URL library for Rust, based on the URL Standard.

Documentation