docs(guides): add a link to guides in doc homepage

This commit is contained in:
Sean McArthur
2017-06-12 20:26:41 -07:00
parent 1059eb349a
commit 620e00c6da

View File

@@ -13,6 +13,9 @@
//! Hyper provides both a [Client](client/index.html) and a
//! [Server](server/index.html), along with a
//! [typed Headers system](header/index.html).
//!
//! If just starting out, **check out the [Guides](https://hyper.rs/guides)
//! first.**
extern crate bytes;
#[macro_use] extern crate futures;