docs(lib): update description of hyper
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.12.0-pre.0" # don't forget to update html_root_url
|
version = "0.12.0-pre.0" # don't forget to update html_root_url
|
||||||
description = "A modern HTTP library."
|
description = "A fast and correct HTTP library."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://hyper.rs"
|
homepage = "https://hyper.rs"
|
||||||
documentation = "https://docs.rs/hyper"
|
documentation = "https://docs.rs/hyper"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
[](https://docs.rs/hyper)
|
[](https://docs.rs/hyper)
|
||||||
[](https://hyper.rs/hyper/master/)
|
[](https://hyper.rs/hyper/master/)
|
||||||
|
|
||||||
A low-level HTTP implementation for Rust.
|
A **fast** and **correct** HTTP implementation for Rust.
|
||||||
|
|
||||||
**Get started** by looking over the [guides](https://hyper.rs/guides).
|
**Get started** by looking over the [guides](https://hyper.rs/guides).
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,11 @@
|
|||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
||||||
|
|
||||||
//! # Hyper
|
//! # hyper
|
||||||
//!
|
//!
|
||||||
//! Hyper is a fast, modern HTTP implementation written in and for Rust. It
|
//! hyper is a **fast** and **correct** HTTP implementation written in and for Rust.
|
||||||
//! is a low-level typesafe abstraction over raw HTTP, providing an elegant
|
|
||||||
//! layer over "stringly-typed" HTTP.
|
|
||||||
//!
|
//!
|
||||||
//! Hyper provides both a [Client](client/index.html) and a
|
//! hyper provides both a [Client](client/index.html) and a
|
||||||
//! [Server](server/index.html).
|
//! [Server](server/index.html).
|
||||||
//!
|
//!
|
||||||
//! If just starting out, **check out the [Guides](https://hyper.rs/guides)
|
//! If just starting out, **check out the [Guides](https://hyper.rs/guides)
|
||||||
|
|||||||
Reference in New Issue
Block a user