docs(guides): add a link to guides in doc homepage
This commit is contained in:
@@ -13,6 +13,9 @@
|
|||||||
//! Hyper provides both a [Client](client/index.html) and a
|
//! Hyper provides both a [Client](client/index.html) and a
|
||||||
//! [Server](server/index.html), along with a
|
//! [Server](server/index.html), along with a
|
||||||
//! [typed Headers system](header/index.html).
|
//! [typed Headers system](header/index.html).
|
||||||
|
//!
|
||||||
|
//! If just starting out, **check out the [Guides](https://hyper.rs/guides)
|
||||||
|
//! first.**
|
||||||
|
|
||||||
extern crate bytes;
|
extern crate bytes;
|
||||||
#[macro_use] extern crate futures;
|
#[macro_use] extern crate futures;
|
||||||
|
|||||||
Reference in New Issue
Block a user