URL parser for Rust
docs.rs/url/

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

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.