URL parser for Rust
docs.rs/url/

Simon Sapin 8ecc7ad1e1 Add an URL parser, functional style rather than the spec’s state machine 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 лет назад
parser.rs 8ecc7ad1e1 Add an URL parser, functional style rather than the spec’s state machine 12 лет назад
punycode.rs c62ce0bd16 Upgrade tests to current rustc. 12 лет назад
punycode_tests.json 9835ae3bc3 Test and fix punycode decoding. 12 лет назад
tests.rs c62ce0bd16 Upgrade tests to current rustc. 12 лет назад
url.rs 8ecc7ad1e1 Add an URL parser, functional style rather than the spec’s state machine 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.