Thanks, Simon!

This is huge. Simon knows everything about web standards, and this is Servo's URL type, so it's going to be maintained and correct.

The old url crate was originally written by me, without looking at any specs, in order to teach Servo able to open `http://www.google.com`. It wasn't the best (though other people improved it).

Regards,
Brian


On 07/31/2014 08:09 AM, Simon Sapin wrote:
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,

_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to