URL parser for Rust
docs.rs/url/

Dirkjan Ochtman f8a8a0fd2a idna: extract function for finding bidi characters il y a 6 ans
data-url 0877793edc data-url: clean up clippy warnings il y a 6 ans
form_urlencoded 0fb53a7595 form_urlencoded: clean up clippy warnings il y a 6 ans
idna f8a8a0fd2a idna: extract function for finding bidi characters il y a 6 ans
percent_encoding 3e4225c28e Fix formatting with cargo fmt il y a 6 ans
url 8e66bc59b2 Fix clippy issues il y a 6 ans
.gitignore 83f4b9e954 Split IDNA into a separate crate. il y a 10 ans
.travis.yml 661eba3eed Increment MSVR to 1.36.0 il y a 6 ans
Cargo.toml cf89eab9b5 url: move crate into a directory il y a 6 ans
LICENSE-APACHE 0339bc2d9a Start with an empty crate. il y a 13 ans
LICENSE-MIT 4a59d935fc Let’s not try to manually maintain a list of authors. il y a 10 ans
README.md cd9ac7fa8e Update Travis CI URL il y a 7 ans
UPGRADING.md b03895bd47 docs: Typo in example (#614) il y a 6 ans
appveyor.yml ac2acc1c41 Create appveyor.yml il y a 11 ans

README.md

rust-url

Travis build Status Appveyor build status

URL library for Rust, based on the URL Standard.

Documentation

Please see UPGRADING.md if you are upgrading from 0.x to 1.x.