docs(lib): mention reqwest in docs homepage

This commit is contained in:
Sean McArthur
2019-01-10 12:38:22 -08:00
parent 8842da9184
commit 780dead9f2

View File

@@ -13,6 +13,9 @@
//! //!
//! If just starting out, **check out the [Guides](https://hyper.rs/guides) //! If just starting out, **check out the [Guides](https://hyper.rs/guides)
//! first.** //! first.**
//!
//! If looking for just a convenient HTTP client, consider the
//! [reqwest](https://crates.io/crates/reqwest) crate.
extern crate bytes; extern crate bytes;
#[macro_use] extern crate futures; #[macro_use] extern crate futures;