URL parser for Rust
docs.rs/url/

Simon Sapin d7e8d0b571 Update to rustc 0.9 (ab9ec6d 2014-01-09 05:06:33 -0800) пре 12 година
.gitignore 0339bc2d9a Start with an empty crate. пре 13 година
LICENSE-APACHE 0339bc2d9a Start with an empty crate. пре 13 година
LICENSE-MIT 0339bc2d9a Start with an empty crate. пре 13 година
Makefile.in 9835ae3bc3 Test and fix punycode decoding. пре 12 година
README.md a345a1edf1 Document rust-encoding dependency. пре 12 година
configure 0339bc2d9a Start with an empty crate. пре 13 година
punycode.rs 2ad80c5c3a Add some comments and better variable names. пре 12 година
punycode_tests.json 9835ae3bc3 Test and fix punycode decoding. пре 12 година
tests.rs 0ce6320087 Move tests to another file. пре 12 година
url.rs d7e8d0b571 Update to rustc 0.9 (ab9ec6d 2014-01-09 05:06:33 -0800) пре 12 година
urltestdata.txt 1009c31bc7 Import and parse test data. пре 13 година

README.md

rust-url

Rust implementation of the URL Standard.

See Rust bug #10707.

This depends on rust-encoding.