inline docs for re-exported crates in facade (#266)

This commit is contained in:
Sean McArthur 2019-04-23 12:46:02 -07:00 committed by Carl Lerche
parent 4cb450fa1d
commit 0cc6cc0c78
1 changed files with 6 additions and 0 deletions

View File

@ -5,11 +5,17 @@
//! Various utility types and functions that are generally with Tower.
#[doc(inline)]
pub use tower_buffer as buffer;
#[doc(inline)]
pub use tower_discover as discover;
#[doc(inline)]
pub use tower_limit as limit;
#[doc(inline)]
pub use tower_load_shed as load_shed;
#[doc(inline)]
pub use tower_retry as retry;
#[doc(inline)]
pub use tower_timeout as timeout;
pub mod builder;