Hi Rustaceans,
rustc comes with an `url` crate (previously a `extra::url` module) for
parsing an serializing URLs. This crate is now deprecated:
https://github.com/rust-lang/rust/commit/491bd299
The replacement is rust-url, which solves a number of issues that the
old url crate had and adds some features that were missing:
http://servo.github.io/rust-url/
rust-url is not distributed with rustc, but builds easily with Cargo.
Please use the GitHub issue tracker for any feedback on the
documentation, bugs, feature requests, etc.
Cheers,
--
Simon Sapin
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev