URL parser for Rust
docs.rs/url/

Simon Sapin 2ad80c5c3a Add some comments and better variable names. 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 سال پیش
url.rs 9835ae3bc3 Test and fix punycode decoding. 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.