From 620e00c6da1adb66392f82fa4aea47e5b4a8b4e1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 12 Jun 2017 20:26:41 -0700 Subject: [PATCH] docs(guides): add a link to guides in doc homepage --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index b661e58d..3ef683cd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;