URL parser for Rust
docs.rs/url/

Simon Sapin c62ce0bd16 Upgrade tests to current rustc. 12 years ago
.gitignore 0339bc2d9a Start with an empty crate. 13 years ago
LICENSE-APACHE 0339bc2d9a Start with an empty crate. 13 years ago
LICENSE-MIT 0339bc2d9a Start with an empty crate. 13 years ago
Makefile.in 9835ae3bc3 Test and fix punycode decoding. 12 years ago
README.md a345a1edf1 Document rust-encoding dependency. 12 years ago
configure 0339bc2d9a Start with an empty crate. 13 years ago
punycode.rs c62ce0bd16 Upgrade tests to current rustc. 12 years ago
punycode_tests.json 9835ae3bc3 Test and fix punycode decoding. 12 years ago
tests.rs c62ce0bd16 Upgrade tests to current rustc. 12 years ago
url.rs d7e8d0b571 Update to rustc 0.9 (ab9ec6d 2014-01-09 05:06:33 -0800) 12 years ago
urltestdata.txt 1009c31bc7 Import and parse test data. 13 years ago

README.md

rust-url

Rust implementation of the URL Standard.

See Rust bug #10707.

This depends on rust-encoding.