URL parser for Rust
docs.rs/url/

David Flemström d937053e6a Make percent-encoding no_std-compatible hace 6 años
data-url 0877793edc data-url: clean up clippy warnings hace 6 años
form_urlencoded 0fb53a7595 form_urlencoded: clean up clippy warnings hace 6 años
idna 94e2a87795 idna: propagate error from write_str() call hace 6 años
percent_encoding d937053e6a Make percent-encoding no_std-compatible hace 6 años
url 0587063a9f url: update comments to remove mentions of gopher scheme hace 6 años
.gitignore 83f4b9e954 Split IDNA into a separate crate. hace 10 años
.travis.yml 661eba3eed Increment MSVR to 1.36.0 hace 6 años
Cargo.toml cf89eab9b5 url: move crate into a directory hace 6 años
LICENSE-APACHE 0339bc2d9a Start with an empty crate. hace 13 años
LICENSE-MIT 4a59d935fc Let’s not try to manually maintain a list of authors. hace 10 años
README.md cd9ac7fa8e Update Travis CI URL hace 7 años
UPGRADING.md b03895bd47 docs: Typo in example (#614) hace 6 años
appveyor.yml ac2acc1c41 Create appveyor.yml hace 11 años

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.