Re: [rust-dev] [ANN] rust-url

2014-08-01 Thread Simon Sapin
On 01/08/14 00:08, Daniel Fath wrote: Is rust-url compatible with rust-uri? And if not are there any plans to support URI specification with it? Is there a project called rust-uri? I can’t find it. rust-url supports URIs because they’re really the same thing as URLs. It implements the URL sta

Re: [rust-dev] [ANN] rust-url

2014-07-31 Thread Daniel Fath
Is rust-url compatible with rust-uri? And if not are there any plans to support URI specification with it? On Fri, Aug 1, 2014 at 12:38 AM, Brian Anderson wrote: > Thanks, Simon! > > This is huge. Simon knows everything about web standards, and this is > Servo's URL type, so it's going to be ma

Re: [rust-dev] [ANN] rust-url

2014-07-31 Thread Brian Anderson
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 wa

[rust-dev] [ANN] rust-url

2014-07-31 Thread Simon Sapin
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