Skip to content

Commit

Permalink
docs(lib): mention reqwest in docs homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 10, 2019
1 parent 8842da9 commit 780dead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 780dead

Please sign in to comment.