URL parser for Rust
docs.rs/url/

Simon Sapin a345a1edf1 Document rust-encoding dependency. il y a 12 ans
.gitignore 0339bc2d9a Start with an empty crate. il y a 13 ans
LICENSE-APACHE 0339bc2d9a Start with an empty crate. il y a 13 ans
LICENSE-MIT 0339bc2d9a Start with an empty crate. il y a 13 ans
Makefile.in 467173bc95 Add application/x-www-form-urlencoded serializer il y a 12 ans
README.md a345a1edf1 Document rust-encoding dependency. il y a 12 ans
configure 0339bc2d9a Start with an empty crate. il y a 13 ans
url.rs 5635ac9073 Add URL serialization. il y a 12 ans
urltestdata.txt 1009c31bc7 Import and parse test data. il y a 13 ans

README.md

rust-url

Rust implementation of the URL Standard.

See Rust bug #10707.

This depends on rust-encoding.