URL parser for Rust
docs.rs/url/

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