URL parser for Rust
docs.rs/url/

Michael Howell d036ad454f Use the compiler plugin. 11 vuotta sitten
src d036ad454f Use the compiler plugin. 11 vuotta sitten
.gitignore e982a0af2d Ignore .cargo/config, enabling local path overrides. 11 vuotta sitten
.travis.yml c891d9ede4 Fix travis.yml syntax error. 11 vuotta sitten
Cargo.toml d036ad454f Use the compiler plugin. 11 vuotta sitten
LICENSE-APACHE 0339bc2d9a Start with an empty crate. 13 vuotta sitten
LICENSE-MIT 0339bc2d9a Start with an empty crate. 13 vuotta sitten
Makefile 269af0e422 Add optional serialization with `serde` 11 vuotta sitten
README.md 1fa0b75829 Rewrite description per #121 11 vuotta sitten
appveyor.yml ac2acc1c41 Create appveyor.yml 11 vuotta sitten
github.png 6318279688 Use the new and shiny 'cargo doc' 12 vuotta sitten
make_encode_sets.py 67fbc8db2e Do not encode ` in query, per spec change. 11 vuotta sitten

README.md

rust-url

Travis build Status Appveyor build status

URL library for Rust, based on the URL Standard.

Documentation