URL parser for Rust
docs.rs/url/

Simon Sapin 32b363a921 Add punycode decoding. 12 år sedan
.gitignore 0339bc2d9a Start with an empty crate. 13 år sedan
LICENSE-APACHE 0339bc2d9a Start with an empty crate. 13 år sedan
LICENSE-MIT 0339bc2d9a Start with an empty crate. 13 år sedan
Makefile.in 467173bc95 Add application/x-www-form-urlencoded serializer 12 år sedan
README.md a345a1edf1 Document rust-encoding dependency. 12 år sedan
configure 0339bc2d9a Start with an empty crate. 13 år sedan
punycode.rs 32b363a921 Add punycode decoding. 12 år sedan
url.rs 32b363a921 Add punycode decoding. 12 år sedan
urltestdata.txt 1009c31bc7 Import and parse test data. 13 år sedan

README.md

rust-url

Rust implementation of the URL Standard.

See Rust bug #10707.

This depends on rust-encoding.