URL parser for Rust
docs.rs/url/

bors-servo be00f8f007 Auto merge of #186 - zofrex:fix-toml, r=frewsxcv il y a 10 ans
src ec2993de44 fixing handling of canonicalized path on windows il y a 10 ans
tests ec2993de44 fixing handling of canonicalized path on windows il y a 10 ans
.gitignore e982a0af2d Ignore .cargo/config, enabling local path overrides. il y a 11 ans
.travis.yml c7e7ecec3e Enable Travis notifications for Homu il y a 11 ans
Cargo.toml e362e13827 Make Cargo.toml compatible with TOML spec il y a 10 ans
IdnaMappingTable.txt cd243851ed Add IDNA mapping table in source form to the repository. il y a 10 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 55c573441c Test HeapSizeOf on Travis. 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 00fd5e3af3 rename VALUE_CHARS to HTTP_VALUE; flesh out code il y a 11 ans
make_idna_table.py 56f8eb2a5b Make some details of the idna module private. il y a 10 ans

README.md

rust-url

Travis build Status Appveyor build status

URL library for Rust, based on the URL Standard.

Documentation