From 780dead9f2defaf0d80862a3238b3dfd5bcbf5f0 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 10 Jan 2019 12:38:22 -0800 Subject: [PATCH] docs(lib): mention reqwest in docs homepage --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index ec0ef3d224..0300c6f3d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,6 +13,9 @@ //! //! If just starting out, **check out the [Guides](https://hyper.rs/guides) //! first.** +//! +//! If looking for just a convenient HTTP client, consider the +//! [reqwest](https://crates.io/crates/reqwest) crate. extern crate bytes; #[macro_use] extern crate futures;