]> git.lizzy.rs Git - rust.git/commit
Deprecate the url crate.
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 29 Jul 2014 13:07:09 +0000 (14:07 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Wed, 30 Jul 2014 23:14:32 +0000 (00:14 +0100)
commit491bd29945c26a0ff3f03e1d25e9ba635c40713e
tree193bf06c8442f02fcb6b7bd9c9ddcc8aba465521
parent7a25cf3f30fa5fae2e868fa910ecc850f5e9ee65
Deprecate the url crate.

The replacement is [rust-url](https://github.com/servo/rust-url),
which can be used with Cargo.

Fix #15874
Fix #10707
Close #10706
Close #10705
Close #8486
src/liburl/lib.rs
src/test/compile-fail/deprecated-url.rs [new file with mode: 0644]