Rewrite description per #121

This commit is contained in:
Simon Sapin
2015-08-04 08:20:43 +02:00
parent bdc0924c2f
commit 1fa0b75829
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ name = "url"
version = "0.2.36"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
description = "URL parser for Rust"
description = "URL library for Rust, based on the WHATWG URL Standard"
documentation = "http://servo.github.io/rust-url/url/index.html"
repository = "https://github.com/servo/rust-url"
readme = "README.md"
+1 -1
View File
@@ -3,6 +3,6 @@ rust-url
[![Travis build Status](https://travis-ci.org/servo/rust-url.svg?branch=master)](https://travis-ci.org/servo/rust-url) [![Appveyor build status](https://ci.appveyor.com/api/projects/status/ulkqx2xcemyod6xa?svg=true)](https://ci.appveyor.com/project/Manishearth/rust-url)
Rust implementation of the [URL Standard](http://url.spec.whatwg.org/).
URL library for Rust, based on the [URL Standard](http://url.spec.whatwg.org/).
[Documentation](http://servo.github.io/rust-url/url/index.html)