URL parser for Rust
docs.rs/url/

Simon Sapin e4035794b0 More detailed error type for Url::set_host hace 10 años
idna 8bc3285ccc Typo fix. hace 10 años
src e4035794b0 More detailed error type for Url::set_host hace 10 años
tests 1fdd0194d4 Rename append_pair_iter to extend_pairs 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 0cd4d36805 Rename test crates. 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
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