URL parser for Rust
docs.rs/url/

Plecra b03895bd47 docs: Typo in example (#614) před 6 roky
benches c493261bdf Add benchmark před 8 roky
data-url 7f1bd6ce1c percent-encoding: make sets be values of one type, instead of types that implement a trait před 7 roky
form_urlencoded bd3922faf2 Revert pointless visibility changes před 6 roky
fuzz 0a18f93153 Updated Cargo.toml with new libfuzzer dependency. (#600) před 6 roky
idna bb84560d48 fmt před 7 roky
percent_encoding 9a75a29039 Fix typo in precent-encoding documentation (#611) před 6 roky
src 5edbc5ab0b Apply review suggestions před 6 roky
tests 06012a9241 Fix missing / for non-special URLs (#603) před 6 roky
.gitignore 83f4b9e954 Split IDNA into a separate crate. před 10 roky
.travis.yml 661eba3eed Increment MSVR to 1.36.0 před 6 roky
Cargo.toml e80c278242 Split form_urlencoded into its own crate před 6 roky
LICENSE-APACHE 0339bc2d9a Start with an empty crate. před 13 roky
LICENSE-MIT 4a59d935fc Let’s not try to manually maintain a list of authors. před 10 roky
README.md cd9ac7fa8e Update Travis CI URL před 7 roky
UPGRADING.md b03895bd47 docs: Typo in example (#614) před 6 roky
appveyor.yml ac2acc1c41 Create appveyor.yml před 11 roky

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.