URL parser for Rust
docs.rs/url/

Simon Sapin 0883357026 Add host (and IPv6) serialization. (But without IDNA) 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 0339bc2d9a Start with an empty crate. 13 лет назад
README.md 0339bc2d9a Start with an empty crate. 13 лет назад
configure 0339bc2d9a Start with an empty crate. 13 лет назад
url.rs 0883357026 Add host (and IPv6) serialization. (But without IDNA) 12 лет назад
urltestdata.txt 1009c31bc7 Import and parse test data. 13 лет назад

README.md

rust-url

Rust implementation of the URL Standard.