From c943e530d50452b23c8148a113574ec85e9207b3 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 24 Sep 2018 17:37:29 +0200 Subject: Export zotapi::Client --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a7dc24c..be8cb9c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ mod error; mod item; mod xchan; -use client::Client; +pub use client::Client; pub fn client(url: &str, user: &str, pw: &str) -> Client { -- cgit v1.2.3