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;