From ac1b7f7472dc0ee5186f3ec755ff0b65f03f4d07 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 4 Apr 2021 19:50:20 -0400 Subject: reexport everything --- ipfs-api/src/lib.rs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs index 4007acc..9ee0396 100644 --- a/ipfs-api/src/lib.rs +++ b/ipfs-api/src/lib.rs @@ -154,17 +154,11 @@ //! ``` //! -pub use ipfs_api_prelude::{ - self, - request::{self, KeyType, Logger, LoggingLevel, ObjectTemplate}, - response, IpfsApi, TryFromUri, -}; - #[cfg(feature = "with-hyper")] -pub use ipfs_api_backend_hyper::IpfsClient; +pub use ipfs_api_backend_hyper::*; #[cfg(feature = "with-actix")] -pub use ipfs_api_backend_actix::IpfsClient; +pub use ipfs_api_backend_actix::*; #[cfg(not(any(feature = "with-actix", feature = "with-hyper")))] compile_error!("Pick exactly one of these features: with-hyper, with-actix"); -- cgit v1.2.3